aboutsummaryrefslogtreecommitdiff
path: root/.config/git/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/config')
-rw-r--r--.config/git/config16
1 files changed, 11 insertions, 5 deletions
diff --git a/.config/git/config b/.config/git/config
index c8023bf..212776b 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -23,8 +23,8 @@
t = tag --sort=-v:refname
tr = for-each-ref --sort=taggerdate --format '%(tag)' refs/tags
-#[commit]
-# gpgsign = true
+[commit]
+ gpgsign = true
[core]
pager = less -R
@@ -40,6 +40,9 @@
[difftool]
prompt = false
+[gpg]
+ format = ssh
+
[gpg "ssh"]
allowedSignersFile = ~/.config/git/authorized_keys
@@ -60,7 +63,10 @@
[safe]
directory = *
+[tag]
+ gpgsign = true
+
[user]
- email = p.spek@tyil.nl
- name = Patrick Spek
- signingkey = 1660F6A2DFA75347322A4DC07A6AC285E2D98827
+ email = p.spek@tyil.nl
+ name = Patrick Spek
+ signingKey = ~/.config/git/signingkey # Symlink to the SSH key to be used