.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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Apr 26, 2018 at 07:50 UTC 20460635a864c2d9256339864a724a0f2e9a5ea7
1 file changed +3 -3
.gitattributes
+3 -3
@@ -1,9 +1,9 @@
1 * whitespace=!indent,trail,space
2 *.[ch] whitespace=indent,trail,space diff=cpp
3 *.sh whitespace=indent,trail,space eol=lf
4 -*.perl eol=lf
5 -*.pl eof=lf
6 -*.pm eol=lf
4 +*.perl eol=lf diff=perl
5 +*.pl eof=lf diff=perl
6 +*.pm eol=lf diff=perl
7 /Documentation/git-*.txt eol=lf
8 /command-list.txt eol=lf
9 /GIT-VERSION-GEN eol=lf