more jj config getting off the ground
This commit is contained in:
parent
02aadf8483
commit
2d64a11392
1 changed files with 9 additions and 1 deletions
|
@ -8,4 +8,12 @@ backend = "gpg"
|
||||||
signingkey = "7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E"
|
signingkey = "7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
private-commits = "description(glob:\"private:*\")"
|
private-commits = "description(glob:'wip:*') | description(glob:'private:*')"
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
default-command = "log"
|
||||||
|
pager = "delta"
|
||||||
|
diff-editor = ":builtin"
|
||||||
|
|
||||||
|
[ui.diff]
|
||||||
|
format = "git"
|
||||||
|
|
Loading…
Reference in a new issue