From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH 1/3] .gitattributes: add *.pl extension for Perl
Date: Thu, 26 Apr 2018 07:50:56 +0000 [thread overview]
Message-ID: <20180426075058.9322-2-avarab@gmail.com> (raw)
In-Reply-To: <20180426075058.9322-1-avarab@gmail.com>
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>
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
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
--
2.17.0.290.gded63e768a
next prev parent reply other threads:[~2018-04-26 7:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-26 7:50 [PATCH 0/3] enable userdiff for more things in git.git Ævar Arnfjörð Bjarmason
2018-04-26 7:50 ` Ævar Arnfjörð Bjarmason [this message]
2018-04-26 7:50 ` [PATCH 2/3] .gitattributes: use the "perl" differ for Perl Ævar Arnfjörð Bjarmason
2018-04-26 7:50 ` [PATCH 3/3] .gitattributes: add a diff driver for Python Ævar Arnfjörð Bjarmason
2018-04-26 9:43 ` [PATCH 0/3] enable userdiff for more things in git.git Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180426075058.9322-2-avarab@gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).