From 1b9698e41dbda48a3ebbc3d97af8cf9d9b4a9752 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 4 May 2021 10:39:39 +1000 Subject: [PATCH] Enable GPG signing at the top of versioned config (config.local can override) --- config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/git/config b/config/git/config index 8dc32ae..8366dc1 100644 --- a/config/git/config +++ b/config/git/config @@ -2,6 +2,10 @@ [user] name = Danielle McLean email = dani@00dani.me + signingkey = 83F3DCEC98D522B6A38AF5D927D076D2ACA7BABE + +[commit] + gpgsign = true [include] path = tools/kdiff3