summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 609326900e9edd8e282736c63c36df7f9709b736 (plain)
1
2
3
4
5
6
7
*.texi diff=texinfo

# Put something like the following e.g., in your ~/.gitconfig file
# # Include proper "function name" string in diffs of texinfo.
# # Derived from the regexp in emacs' lisp/add-log.el.
# [diff "texinfo"]
#         funcname = "^@node[ \t]\\+\\([^,]\\+\\)"