Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-04-26 10:50:56 +0300
committerJunio C Hamano <gitster@pobox.com>2018-04-27 03:18:55 +0300
commit00acdbc6fd5aa1635cf0a6dfa8a4c44e9b75e09e (patch)
treec7e8e0a4e10746ad87ff1aaa2101e74db75ecd6c /.gitattributes
parent468165c1d8a442994a825f3684528361727cd8c0 (diff)
.gitattributes: add *.pl extension for Perl
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>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 8ce9c6b888..482af05a6a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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