mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
d001fc5a98
* .gitattributes: Add rule for *.texi files, with hint on how to use it. Copied from m4, and based on a report by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
7 lines
252 B
Plaintext
7 lines
252 B
Plaintext
# See lib/git-merge-changelog.c for making this useful.
|
|
ChangeLog merge=merge-changelog
|
|
|
|
# Run this to make 'git diff' on texinfo files give nicer hunk context:
|
|
# git config diff.texinfo.funcname '^@node[ ][ ]*\\([^,][^,]*\\)'
|
|
*.texi* diff=texinfo
|