mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-13 10:52:09 +02:00
* .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]*\\([^,][^,]*\\)"
|