diff options
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..609326900 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,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]\\+\\([^,]\\+\\)" |