windows-once: Improve comments.
[gnulib.git] / .gitattributes
blobc7fecf66a5744dc9cac1307b7ce4ccec83e2346e
1 # See lib/git-merge-changelog.c for making this useful.
2 ChangeLog       merge=merge-changelog
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
8 # Run this to make 'git diff' on .m4 files give nicer hunk context:
9 #   git config diff.m4.xfuncname '^((AC_DEFUN|m4_define)[^,)]*)'
10 *.m4    diff=m4
12 # Improve diff hunk context on Python files.
13 *.py    diff=python