From 7acbf846f84ace6743c3d4840ce8d8ac325c1689 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 320e33c327..16930e6011 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * whitespace=!indent,trail,space *.[ch] whitespace=indent,trail,space diff=cpp -*.sh whitespace=indent,trail,space +*.sh whitespace=indent,trail,space diff=shell +*.perl diff=perl -- 2.32.0.93.g670b81a890