1
1
Fork 0

gitconfig: Don't use gpgsign = true

The reason is that this causes all kinds of operations to sign, many
even sign multiple times. This option is completely unusable with a
smartcard that requires a PIN. Instead, only sign when commiting using
ci.
This commit is contained in:
Jonathan Schleifer 2015-02-15 19:31:20 +00:00
parent 10b295cc6f
commit 051f60c7a6

View file

@ -7,7 +7,7 @@
interactive = auto
[alias]
ci = commit
ci = commit -S
co = checkout
d = diff
ds = diff --staged
@ -24,8 +24,5 @@
[push]
default = matching
[commit]
gpgsign = true
[gpg]
program = gpg2