]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - .gitattributes
Document enable_ranger and disable_ranger.
[thirdparty/gcc.git] / .gitattributes
index 13debfd97e95a6390bbbf4a33566d70a2eb6eb10..e75bfc595bfb1ec14c364a650df08253f24beecc 100644 (file)
@@ -4,3 +4,7 @@
 *.[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