Migrate gpg wrapper from using gpg2 to just gpg, because GnuPG 2.1.23 removes the 'gpg2' alias
This commit is contained in:
parent
7f211abcf8
commit
adf91732a8
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
arguments = --preserve-merges
|
||||
|
||||
[gpg]
|
||||
program = gpg2-for-git-signing
|
||||
program = gpg-for-git-signing
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue