summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-05-18 23:17:31 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-05-18 23:17:31 -0400
commit03b453cfe54756bcec6b7c7dfaf71566d84c7a75 (patch)
treef2cffff4f7db57fbe475c20e92aa5d61b0f6508e /etc
parentd43d8377c741c849ca89dccb07e7d87f82ae88d5 (diff)
downloadguix-03b453cfe54756bcec6b7c7dfaf71566d84c7a75.tar.gz
etc: gitconfig: Do not enforced signed commits.
This change was more invasive than initially thought, and cannot be disabled
easily, as raised by a few people.  Let's revert it for now.  At least the
pre-push hook should be deployed automatically and catch any unsigned commits
attempted to be pushed to Savannah.

* etc/git/gitconfig [commit]: Remove section.
Diffstat (limited to 'etc')
-rw-r--r--etc/git/gitconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/git/gitconfig b/etc/git/gitconfig
index 831fbce6e7..907ad01804 100644
--- a/etc/git/gitconfig
+++ b/etc/git/gitconfig
@@ -1,6 +1,3 @@
-[commit]
-        gpgsign = true
-
 [diff "scheme"]
 	xfuncname = "^(\\(define.*)$"