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.
This commit is contained in:
voussoir 2022-11-13 12:13:17 -08:00
parent e3095dc9ab
commit 9ecf058242

View file

@ -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