some fixes for some transient issues with gpg signing of git commits, untested on macos

This commit is contained in:
Andrew Davidson 2020-03-09 10:16:47 -04:00
parent fed0da728f
commit 4106447dc9
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6
2 changed files with 3 additions and 1 deletions

View file

@ -34,3 +34,5 @@
default = simple
[commit]
gpgsign = true
[gpg]
program = /usr/bin/gpg2

View file

@ -1,3 +1,3 @@
pinentry-program ~/bin/pinentry-smart
pinentry-program /usr/bin/pinentry
default-cache-ttl 600
max-cache-ttl 7200