From 03b453cfe54756bcec6b7c7dfaf71566d84c7a75 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 18 May 2023 23:17:31 -0400 Subject: 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. --- etc/git/gitconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') 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.*)$" -- cgit 1.4.1