From: Ævar Arnfjörð Bjarmason Date: Sun, 25 Feb 2018 19:46:25 +0000 (+0000) Subject: perl: *.pm files should not have the executable bit X-Git-Tag: v2.17.0-rc0~4^2~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ca2a4f4a7ee1616b593ee7606139e10c77764006?hp=--cc 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 Signed-off-by: Junio C Hamano --- ca2a4f4a7ee1616b593ee7606139e10c77764006 diff --git a/perl/Git/Mail/Address.pm b/perl/Git/Mail/Address.pm old mode 100755 new mode 100644