From 9ecf0582426139042778e311f2316a7659a804dc Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 13 Nov 2022 12:13:17 -0800 Subject: [PATCH] Remove gpgsign. I'm tired of having the gpg-agent running on my system all the time and having to give it my passphrase after every reboot. All of the configuration and the shelling out from git to various gpg executables feels overcomplicated. How about you just embed gpg into the git executable and let me store my passphrase in a config file. --- voussoir.gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/voussoir.gitconfig b/voussoir.gitconfig index 00e2e1b..4746aaf 100644 --- a/voussoir.gitconfig +++ b/voussoir.gitconfig @@ -2,8 +2,6 @@ email = git@voussoir.net name = Ethan Dalool signingkey = 5F7554F8C26DACCB -[commit] - gpgsign = true [alias] o = log --graph --oneline --decorate --all on = log --graph --oneline --decorate @{u}~1..HEAD