From: Ævar Arnfjörð Bjarmason Date: Thu, 26 Apr 2018 07:50:57 +0000 (+0000) Subject: .gitattributes: use the "perl" differ for Perl X-Git-Tag: v2.18.0-rc0~56^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/20460635a864c2d9256339864a724a0f2e9a5ea7 .gitattributes: use the "perl" differ for Perl As noted in gitattributes(5) this gives better patch context for these types of files. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/.gitattributes b/.gitattributes index 482af05a6a..aa08dd219d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ * whitespace=!indent,trail,space *.[ch] whitespace=indent,trail,space diff=cpp *.sh whitespace=indent,trail,space eol=lf -*.perl eol=lf -*.pl eof=lf -*.pm eol=lf +*.perl eol=lf diff=perl +*.pl eof=lf diff=perl +*.pm eol=lf diff=perl /Documentation/git-*.txt eol=lf /command-list.txt eol=lf /GIT-VERSION-GEN eol=lf