]> git.ipfire.org Git - thirdparty/git.git/commitdiff
.gitattributes: add *.pl extension for Perl
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 26 Apr 2018 07:50:56 +0000 (07:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Apr 2018 00:18:55 +0000 (09:18 +0900)
Change the list of Perl extensions added in 00ddc9d13c ("Fix build
with core.autocrlf=true", 2017-05-09) to also include *.pl, we have
some of those in the tree, e.g. in t/.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitattributes

index 8ce9c6b8888fe6c12949d30e3e8b461cb67bb43f..482af05a6a37c52e93e5891b8ff80cf0b850de36 100644 (file)
@@ -2,6 +2,7 @@
 *.[ch] whitespace=indent,trail,space diff=cpp
 *.sh whitespace=indent,trail,space eol=lf
 *.perl eol=lf
+*.pl eof=lf
 *.pm eol=lf
 /Documentation/git-*.txt eol=lf
 /command-list.txt eol=lf