aboutsummaryrefslogtreecommitdiff
path: root/files/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'files/.gitconfig')
-rw-r--r--files/.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig
index 97de1b8..277fc43 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -4,6 +4,8 @@
signingkey = B4DCCEF7CE0E6AF3
[commit]
gpgsign = true
+[tag]
+ gpgsign = true
[http]
sslVerify = false
[color "diff-highlight"]
@@ -113,6 +115,7 @@
rebase = true
[push]
followTags = true
+ gpgSign = if-asked
[guitool "meld"]
cmd = meld $FILENAME
noconsole = yes