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
|
verify = diff ORIG_HEAD HEAD
|
||||||
serve = "daemon --verbose --export-all --base-path=. --reuseaddr $@ ."
|
serve = "daemon --verbose --export-all --base-path=. --reuseaddr $@ ."
|
||||||
pass = !exec pass git
|
pass = !exec pass git
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
[color]
|
[color]
|
||||||
@ -84,3 +86,5 @@
|
|||||||
user = gergelypolonkai
|
user = gergelypolonkai
|
||||||
[github]
|
[github]
|
||||||
user = gergelypolonkai
|
user = gergelypolonkai
|
||||||
|
[gpg]
|
||||||
|
command = gpg --no-autostart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user