1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 07:03:33 +00:00
Files
gnulib/.gitattributes
Bruno Haible 73038a00df .gitattributes: Mark some files as binary.
* .gitattributes: Mark doc/Copyright/* as binary files.
2025-12-18 23:23:52 +01:00

17 lines
548 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
# 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
# Improve diff hunk context on Python files.
*.py diff=python
# Don't check some specific files against trailing whitespace.
doc/Copyright/* -text