summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 4513ad633c962f5e1baf68b4b1f57dd817d96c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# To use this gitconfig file, run
#
# git config --local include.path ../.gitconfig
#
# It adds an `[include]` section in .git/config.
# See <https://git-scm.com/docs/git-config#_includes>.

[diff "autotest"]
        xfuncname = "^((m4_define|m4_pushdef|AT_SETUP).*)$"

[diff "texinfo"]
        xfuncname = "^@node .*$"