Skip to content

Commit 00acdbc

Browse files
avargitster
authored andcommitted
.gitattributes: add *.pl extension for Perl
Change the list of Perl extensions added in 00ddc9d ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 468165c commit 00acdbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.[ch] whitespace=indent,trail,space diff=cpp
33
*.sh whitespace=indent,trail,space eol=lf
44
*.perl eol=lf
5+
*.pl eof=lf
56
*.pm eol=lf
67
/Documentation/git-*.txt eol=lf
78
/command-list.txt eol=lf

0 commit comments

Comments
 (0)