Re: [PATCH RESEND v4] MAINTAINERS: fix lots of alphabetic ordering
From: Linus Torvalds
Date: Wed Jul 19 2017 - 20:35:24 EST
On Wed, Jul 19, 2017 at 5:26 PM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Wed, Jul 19, 2017 at 5:19 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>>
>> Must be small and stupid. It applies cleanly for me.
>> Do you have changes that are not pushed out publicly?
>
> Nope, my private tree matches the public one.
Oh, I see it.
Your mailer is crap, and destroys utf-8 characters. In particular:
-M: MichaÃâ MirosÃâaw <mirq-linux@xxxxxxxxxxxx>
should be
-M: MichaÅ MirosÅaw <mirq-linux@xxxxxxxxxxxx>
I'm not sure what part of your flow is broken, because your mailer
*claims* that it used
Content-Type: text/plain; charset=utf-8
but it very much did not. When you attached that file, it did some odd
character conversion crud.
There may be other examples of this, but that's the one I see and the
one that caused that to fail in that hunk.
Linus