add explicit gpg2 setting for git
This commit is contained in:
parent
4155cebf46
commit
6f8704da47
1 changed files with 2 additions and 0 deletions
|
@ -12,3 +12,5 @@
|
||||||
[mergetool "sourcetree"]
|
[mergetool "sourcetree"]
|
||||||
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
||||||
trustExitCode = true
|
trustExitCode = true
|
||||||
|
[gpg]
|
||||||
|
program = gpg2
|
||||||
|
|
Loading…
Reference in a new issue