fix(jj): fix the sign-on-push behavior

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent ac1b188f4f
commit caa50bd52b
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -19,9 +19,13 @@ merge-args = ["-d", "$left", "$output", "$right", "-c", "wincmd l"]
merge-tool-edits-conflict-markers = true
[signing]
behavior = "own"
behavior = "drop"
backend = "gpg"
[git]
private-commits = "description(glob:'wip:*') | description(glob:'private:*')"
sign-on-push = true
[colors]
"rest" = "bright green"
"working_copy empty" = "green"
@ -50,6 +54,3 @@ concat(
),
)
'''
[git]
private-commits = "description(glob:'wip:*') | description(glob:'private:*')"