From 48efdcee02c2c5c0430772003f72b50a42a419fa Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 5 Jun 2017 20:24:23 +0100 Subject: [PATCH] Move GPG signing key to author file --- gitconfig.author.example | 3 +++ gitconfig.local | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gitconfig.author.example b/gitconfig.author.example index e07ac14..67c49ed 100644 --- a/gitconfig.author.example +++ b/gitconfig.author.example @@ -1,3 +1,6 @@ +[commit] + # gpgsign = true + # signingkey = A0B1C2D3 [user] name = Dan Dare email = dan@example.com diff --git a/gitconfig.local b/gitconfig.local index 2c442b8..e5817fd 100644 --- a/gitconfig.local +++ b/gitconfig.local @@ -1,5 +1,3 @@ -[commit] - gpgsign = true [format] pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s [include]