summaryrefslogtreecommitdiff
path: root/perl/Git
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-02-25 19:46:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-27 22:52:45 (GMT)
commitca2a4f4a7ee1616b593ee7606139e10c77764006 (patch)
treea0cc5812e07e8986e87963724121ba7e45e157ee /perl/Git
parente3a80781f5932f5fea12a49eb06f3ade4ed8945c (diff)
downloadgit-ca2a4f4a7ee1616b593ee7606139e10c77764006.zip
git-ca2a4f4a7ee1616b593ee7606139e10c77764006.tar.gz
git-ca2a4f4a7ee1616b593ee7606139e10c77764006.tar.bz2
perl: *.pm files should not have the executable bit
The Git::Mail::Address file added in bd869f67b9 ("send-email: add and use a local copy of Mail::Address", 2018-01-05) had the executable bit set. That bit should not be set for *.pm files. It breaks nothing but it is redundant and confusing as none of the other files have it and these files are never executed as stand-alone programs. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl/Git')
-rw-r--r--[-rwxr-xr-x]perl/Git/Mail/Address.pm0
1 files changed, 0 insertions, 0 deletions
diff --git a/perl/Git/Mail/Address.pm b/perl/Git/Mail/Address.pm
index 2ce3e84..2ce3e84 100755..100644
--- a/perl/Git/Mail/Address.pm
+++ b/perl/Git/Mail/Address.pm