aboutsummaryrefslogtreecommitdiff
path: root/files/.gitconfig
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-08-28 00:04:05 +0500
committerAnton Bobov <anton@bobov.name>2023-08-28 00:04:05 +0500
commit4417d432399adde0aecbd0f8a8bba1ad00162677 (patch)
tree8757d38ce386c25e183dd2fa0690b8491934d472 /files/.gitconfig
parent47139223493040b51f6d4168bad7b993b5e7a2b2 (diff)
Updates
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