some fixes for some transient issues with gpg signing of git commits, untested on macos
This commit is contained in:
parent
fed0da728f
commit
4106447dc9
2 changed files with 3 additions and 1 deletions
|
@ -34,3 +34,5 @@
|
||||||
default = simple
|
default = simple
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[gpg]
|
||||||
|
program = /usr/bin/gpg2
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pinentry-program ~/bin/pinentry-smart
|
pinentry-program /usr/bin/pinentry
|
||||||
default-cache-ttl 600
|
default-cache-ttl 600
|
||||||
max-cache-ttl 7200
|
max-cache-ttl 7200
|
||||||
|
|
Loading…
Reference in a new issue