guix-commits
[Top][All Lists]
Advanced

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

01/02: gitconfig: b4: Automatically add 'Signed-off-by' when applying pa


From: guix-commits
Subject: 01/02: gitconfig: b4: Automatically add 'Signed-off-by' when applying patches.
Date: Wed, 24 Jan 2024 10:45:41 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 1348be9115d15f8066d3d194d2c8d38ffa61fbae
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 22 10:09:27 2024 -0500

    gitconfig: b4: Automatically add 'Signed-off-by' when applying patches.
    
    Also use --3way to ease conflict resolutions.
    
    * etc/git/gitconfig [b4]: Add shazam-am-flags option.
    
    Change-Id: I6a92909a5b23a8680c16251aafa084b9a48944ea
---
 etc/git/gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/git/gitconfig b/etc/git/gitconfig
index 654a630b18..9c7827ced2 100644
--- a/etc/git/gitconfig
+++ b/etc/git/gitconfig
@@ -20,6 +20,7 @@
 [b4]
         attestation-check-dkim = off
         attestation-policy = off
+        shazam-am-flags = --signoff --3way
         linkmask = https://yhetil.org/guix/%s
         linktrailermask = https://yhetil.org/guix/%s
         midmask = https://yhetil.org/guix/%s



reply via email to

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