From 00b16411881e9bda7ec54c0d9f872aa5b1406cd4 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 1 Aug 2011 11:42:55 +0200 Subject: [PATCH] Use specific diff rules for repo files Let's eat our own dogfood. (Also, this makes word diff much nicer on git's own repo.) Signed-off-by: Giuseppe Bilotta --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8ce9c6b888..028bfb2d35 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ * whitespace=!indent,trail,space *.[ch] whitespace=indent,trail,space diff=cpp -*.sh whitespace=indent,trail,space eol=lf -*.perl eol=lf +*.sh whitespace=indent,trail,space eol=lf diff=shell +*.perl eol=lf diff=perl *.pm eol=lf /Documentation/git-*.txt eol=lf /command-list.txt eol=lf -- 2.32.0.93.g670b81a890