fix(jj): fix the sign-on-push behavior
This commit is contained in:
parent
ac1b188f4f
commit
caa50bd52b
1 changed files with 5 additions and 4 deletions
|
@ -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:*')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue