comparison .gitattributes @ 11830:2e5821b6f988

doc: improve git diff of texinfo files * .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>
author Eric Blake <ebb9@byu.net>
date Thu, 13 Aug 2009 07:15:28 -0600
parents 6a8d9b9a5d7c
children
comparison
equal deleted inserted replaced
11829:7086f57021b2 11830:2e5821b6f988
1 # See lib/git-merge-changelog.c for making this useful.
1 ChangeLog merge=merge-changelog 2 ChangeLog merge=merge-changelog
3
4 # Run this to make 'git diff' on texinfo files give nicer hunk context:
5 # git config diff.texinfo.funcname '^@node[ ][ ]*\\([^,][^,]*\\)'
6 *.texi* diff=texinfo