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.master
parent
d43d8377c7
commit
03b453cfe5
|
@ -1,6 +1,3 @@
|
|||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[diff "scheme"]
|
||||
xfuncname = "^(\\(define.*)$"
|
||||
|
||||
|
|
Reference in New Issue