mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-23 01:46:48 +08:00
e26cb21e6b
* .gitattributes: Exempt gl/lib/*.diff. * .x-sc_prohibit_tab_based_indentation: Likewise. * .x-sc_space_tab:Likewise.
10 lines
309 B
Plaintext
10 lines
309 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]*\\([^,][^,]*\\)"
|
|
|
|
gl/lib/*.diff -whitespace
|