mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
It can be useful to produce patches from older commits, for example to share commits from the keyring branch between the main Guix repository and guix-maintenance. The previous 'true' value prevented that with a fatal error message. * etc/git/gitconfig [format] <useAutoBase>: Set to whenAble. Change-Id: Ib32407dd3695dcadcb16855b1b87147fabc2aca7
26 lines
657 B
Text
26 lines
657 B
Text
[diff "scheme"]
|
|
xfuncname = "^(\\(define.*)$"
|
|
|
|
[diff "texinfo"]
|
|
xfuncname = "^@node[[:space:]]+([^,]+).*$"
|
|
|
|
[format]
|
|
forceinbodyfrom = true # help preserve commit authorship
|
|
thread = shallow
|
|
useAutoBase = whenAble
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[sendemail]
|
|
to = guix-patches@gnu.org
|
|
headerCmd = etc/teams.scm cc-members-header-cmd
|
|
thread = no
|
|
|
|
[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
|