From 051f60c7a61db5a89f6c0cd49b5925d0c2362372 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 15 Feb 2015 19:31:20 +0000 Subject: [PATCH] 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. --- gitconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gitconfig b/gitconfig index 8672bcd..3788027 100644 --- a/gitconfig +++ b/gitconfig @@ -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