aboutsummaryrefslogtreecommitdiff
[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
        shazam-am-flags = --signoff --3way
        linkmask = https://yhetil.org/guix/%s
        linktrailermask = https://yhetil.org/guix/%s
        midmask = https://yhetil.org/guix/%s
y uses of (guix grafts)....Ludovic Courtès 2022-07-01tests: Adjust 'guix graph' test to latest OCaml changes....Ludovic Courtès 2022-02-05tests: Assert that cyclic graphs can be produced....Liliana Marie Prikler