mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
d43d8377c7
commit
03b453cfe5
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[diff "scheme"]
|
||||
xfuncname = "^(\\(define.*)$"
|
||||
|
||||
|
|
Loading…
Reference in a new issue