summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-12-10 16:43:01 +0100
committerRobert Günzler <r@gnzler.io>2021-01-21 19:39:13 +0100
commit59de2068db94c7964d512425fe133a3a5a8e3cb0 (patch)
treea4056e975f9c4fb73de99c4bdede524f0e47fa6d /.config
parent8055bc1554ef171286cf9162253a0b510f344822 (diff)
git: sign commits by default
Diffstat (limited to '.config')
-rw-r--r--.config/git/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
index 1930540..b16e8c3 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,6 +1,7 @@
 [user]
     name = Robert Günzler
     email = r@gnzler.io
+    signingkey = AF6AB8C8B10436B9F61293632143BD2AAB94BCC4
 
 [sendemail]
     from = Robert Günzler <r@gnzler.io>
@@ -44,6 +45,8 @@
 
 [commit]
     # template = ~/.gitmessage
+    gpgsign = true
+    verbose = true
 
 [alias]
     stp = status --porcelain --branch
@@ -167,6 +170,9 @@
     # Make `git push` push relevant annotated tags when pushing branches out.
     followTags = true
 
+[tag]
+    gpgsign = true
+
 # URL shorthands
 [url "git@github.com:"]
     insteadOf = "gh:"