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.
This commit is contained in:
Maxim Cournoyer 2023-05-18 23:17:31 -04:00
parent d43d8377c7
commit 03b453cfe5
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
[commit]
gpgsign = true
[diff "scheme"]
xfuncname = "^(\\(define.*)$"