~ruther/guix-local

ref: 9dcd6d48ba6f7fc9101ef05b97a62677b09b8a4c guix-local/etc/git/gitconfig -rw-r--r-- 390 bytes
9dcd6d48 — Tobias Geerinckx-Rice gnu: asymptote: Update to 2.86. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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