]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitattributes
Avoid assuming maximum string length is constant [PR102960].
[thirdparty/gcc.git] / .gitattributes
index 183fdcaaa9ad8778014764b088f2f8d57b124a0f..e75bfc595bfb1ec14c364a650df08253f24beecc 100644 (file)
@@ -3,3 +3,8 @@
 
 *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
 *.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
+ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space
+# Make diff on MD files use "(define" as a function marker.
+# Use together with git config diff.md.xfuncname '^\(define.*$'
+# which is run by contrib/gcc-git-customization.sh too.
+*.md diff=md