Work around a bug in GnuPG by passing it --default-key instead of --local-user when signing a Git commit
This commit is contained in:
parent
9d643fad13
commit
7f211abcf8
3 changed files with 14 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
arguments = --preserve-merges
|
||||
|
||||
[gpg]
|
||||
program = gpg2-no-tty
|
||||
program = gpg2-for-git-signing
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue