Quoted-printable support in git am

2017-10-05 Thread Mason
Hello everyone, Recently, the SMTP server we use at work started mangling outgoing messages, by converting them to quoted-printable, whatever their original encoding (even 7-bit clean, pure ASCII). This breaks patches I send to Linux mailing lists, because it changes TAB to =09, EQUAL to =3D, TRA

Re: Quoted-printable support in git am

2017-10-05 Thread Jeff King
On Thu, Oct 05, 2017 at 11:15:08AM +0200, Mason wrote: > Is there a magic option I should be passing to git am? No, it's supposed to work out of the box. > The patch header contains: > > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: quoted-printable That l

Re: Quoted-printable support in git am

2017-10-05 Thread Junio C Hamano
On Thu, Oct 5, 2017 at 6:30 PM, Jeff King wrote: > >> The patch header contains: >> >> Content-Type: text/plain; charset=UTF-8; format=flowed >> Content-Transfer-Encoding: quoted-printable > > That looks right. Though I wouldn't be surprised if whatever generated > the "flowed" also screwed up pat

Re: Quoted-printable support in git am

2017-10-05 Thread Mason
On 05/10/2017 11:43, Junio C Hamano wrote: > On Thu, Oct 5, 2017 at 6:30 PM, Jeff King wrote: > >> Mason wrote: >> >>> The patch header contains: >>> >>> Content-Type: text/plain; charset=UTF-8; format=flowed >>> Content-Transfer-Encoding: quoted-printable >> >> That looks right. Though I wouldn'