On Wed, Feb 14 2018, Jonathan Nieder jotted:
> Hi,
>
> Ævar Arnfjörð Bjarmason wrote:
>
>> 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, this should not be the case with *.pm files, it breaks nothing,
>> but is redundant and confusing as none of the other files have it, and
>> it's never executed as a stand-alone program.
>
> Needs a period somewhere to break up the long sentence with comma
> splices. How about:
>
> 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
> but it is redundant and confusing as none of the other files have it
> and these files are never executed as stand-alone programs.
Thanks, used this with s/but but/but/
>> Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]>
>
> With or without such a tweak,
> Reviewed-by: Jonathan Nieder <[email protected]>
>
> Thanks.