guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: etc: gitconfig: Do not enforced signed commits.


From: guix-commits
Subject: branch master updated: etc: gitconfig: Do not enforced signed commits.
Date: Thu, 18 May 2023 23:19:47 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 03b453cfe5 etc: gitconfig: Do not enforced signed commits.
03b453cfe5 is described below

commit 03b453cfe54756bcec6b7c7dfaf71566d84c7a75
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu May 18 23:17:31 2023 -0400

    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(-)

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.*)$"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]