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:
parent
e3095dc9ab
commit
9ecf058242
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue