mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
f3574102d3
* .gitattributes: Relax the glob pattern, so it matches *.texinfo, too. Suggest a POSIX BRE, rather than one that uses the GNU extension, \\+.
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
*.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]*\\([^,][^,]*\\)"
|