more jj config getting off the ground

This commit is contained in:
Daylin Morgan 2024-11-13 09:27:47 -06:00
parent 02aadf8483
commit 2d64a11392
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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"