summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 32f18fd471b556e3107ce819817f77a2f27bc642 (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][ \t]*\\([^,][^,]*\\)"