all repos — archive/dotfiles @ 75ae06baf8239b9384ab6accc515aaa825194869

Superseded by nixfiles

git: Don't sign commits by default

It's too slow with the NitroKey and probably not of that much benefit
Alan Pearce alan@alanpearce.eu
Thu, 12 Oct 2017 15:22:55 +0200
commit

75ae06baf8239b9384ab6accc515aaa825194869

parent

93948f4b1f64732c47824e3c4b2a1bca17834dcb

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M git/.config/git/configgit/.config/git/config
@@ -47,5 +47,4 @@ [difftool "icdiff"]   cmd = icdiff --line-numbers $LOCAL $REMOTE
 [gpg]
 	program = gpg
-[commit]
-	gpgsign = true
+