Fine tuning for GPG signing
This commit is contained in:
parent
a0f29506b8
commit
7c4c24e884
4
config
4
config
@ -17,6 +17,8 @@
|
||||
verify = diff ORIG_HEAD HEAD
|
||||
serve = "daemon --verbose --export-all --base-path=. --reuseaddr $@ ."
|
||||
pass = !exec pass git
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
[color]
|
||||
@ -84,3 +86,5 @@
|
||||
user = gergelypolonkai
|
||||
[github]
|
||||
user = gergelypolonkai
|
||||
[gpg]
|
||||
command = gpg --no-autostart
|
||||
|
Loading…
Reference in New Issue
Block a user