diff options
author | Alan Pearce | 2017-10-12 15:22:55 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-12 15:22:55 +0200 |
commit | 75ae06baf8239b9384ab6accc515aaa825194869 (patch) | |
tree | 290b3a56369d6780cebd0017d9112bfc11689b69 /git | |
parent | 93948f4b1f64732c47824e3c4b2a1bca17834dcb (diff) | |
download | dotfiles-75ae06baf8239b9384ab6accc515aaa825194869.tar.lz dotfiles-75ae06baf8239b9384ab6accc515aaa825194869.tar.zst dotfiles-75ae06baf8239b9384ab6accc515aaa825194869.zip |
git: Don't sign commits by default
It's too slow with the NitroKey and probably not of that much benefit
Diffstat (limited to 'git')
-rw-r--r-- | git/.config/git/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/git/.config/git/config b/git/.config/git/config index da29599..ef77193 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -47,5 +47,4 @@ cmd = icdiff --line-numbers $LOCAL $REMOTE [gpg] program = gpg -[commit] - gpgsign = true + |