889a6204f8
* doc/contributing.texi (Contributing) [Reviewing the Work of Others]: New section. (Debbugs Usertags): Expound with Emacs Debbugs information and document the 'reviewed-looks-good' usertag. * etc/git/gitconfig [b4]: New section. Change-Id: I56630b15ec4fbc5c67e5420dbf2838556a005d6b Reviewed-by: Ludovic Courtès <ludo@gnu.org>
25 lines
610 B
Text
25 lines
610 B
Text
[diff "scheme"]
|
|
xfuncname = "^(\\(define.*)$"
|
|
|
|
[diff "texinfo"]
|
|
xfuncname = "^@node[[:space:]]+([^,]+).*$"
|
|
|
|
[format]
|
|
forceinbodyfrom = true # help preserve commit authorship
|
|
thread = shallow
|
|
useAutoBase = true
|
|
|
|
[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
|
|
linkmask = https://yhetil.org/guix/%s
|
|
linktrailermask = https://yhetil.org/guix/%s
|
|
midmask = https://yhetil.org/guix/%s
|