On 12 Apr 2022, at 22:42, Dimitry Andric wrote:
> On 12 Apr 2022, at 21:29, Cy Schubert <[email protected]> wrote:
>>
>> In message <20220412190504.juclbpyc6xt3q76w@mutt-hbsd>, Shawn Webb writes:
>>>
>>> --domzta7c4zc4deqc
>>> Content-Type: text/plain; charset=utf-8
>>> Content-Disposition: inline
>>> Content-Transfer-Encoding: quoted-printable
>>>
>>> Um, What happened here?
>>
>> Looks like some garbage got inserted into the header causing some header
>> lines to be considered part of the body.
>
> Looks to me like the commit mailer can't handle it when there is no
> empty line between the body of the commit message and the "PR:",
> "Approved by:", etc headers.
>
I think we’ve seen that before, without issue.

My guess is that it’s a bug in the post-commit script that generates the e-mail.

The first line of the commit has utf-8 characters in it. Sending utf-8 in a 
subject line requires a =?charset? prefix. That was added here, but then the 
‘git: hash - branch -‘ prefix was added afterwards.

Kristof

Reply via email to