gitconfig: force gpg2 + sign annotated tags

This commit is contained in:
Aminda Suomalainen 2019-12-08 11:52:16 +02:00
parent 4be60dbd19
commit 024284af0d
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 12 additions and 0 deletions

View File

@ -48,3 +48,9 @@
# diff = diff-highlight | less
[interactive]
# diffFilter = diff-highlight
[gpg]
program = gpg2
[gpgv]
program = gpgv2
[tag]
forceSignAnnotated = true

View File

@ -48,3 +48,9 @@
# diff = diff-highlight | less
[interactive]
# diffFilter = diff-highlight
[gpg]
program = gpg2
[gpgv]
program = gpgv2
[tag]
forceSignAnnotated = true