From 7c4c24e8843cd1c85396733158d0ee847a2ebe77 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 13 Nov 2019 09:07:06 +0100 Subject: [PATCH] Fine tuning for GPG signing --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index 0e77373..74c22fc 100644 --- a/config +++ b/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