mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 07:37:57 +00:00
Improve 'git diff' of *.texi and *.m4 files.
This commit is contained in:
parent
12cf1769ca
commit
228cc630fb
9
.gitattributes
vendored
9
.gitattributes
vendored
@ -1 +1,10 @@
|
|||||||
|
# See gnulib/lib/git-merge-changelog.c for making this useful.
|
||||||
ChangeLog merge=merge-changelog
|
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
|
||||||
|
|
||||||
|
# Run this to make 'git diff' on .m4 files give nicer hunk context:
|
||||||
|
# git config diff.m4.xfuncname '^((AC_DEFUN|m4_define)[^,)]*)'
|
||||||
|
*.m4 diff=m4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user