From: Jim Meyering Date: Fri, 8 Aug 2008 10:47:34 +0000 (+0200) Subject: * .gitattributes: Better diff output for texinfo sources. X-Git-Tag: v7.0~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b673a5b8ac32a325bb36a9a5a16747520832a456;p=thirdparty%2Fcoreutils.git * .gitattributes: Better diff output for texinfo sources. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..609326900e --- /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]\\+\\([^,]\\+\\)"