On Mon, Mar 16, 2020 at 04:54:51PM +0300, Alexander Monakov via Gcc wrote:
> On Mon, 16 Mar 2020, Martin Liška wrote:
> 
> > It's probably related to the following email tag:
> > Content-Transfer-Encoding: quoted-printable
> > 
> > The format is problematic when copying a patch.
> > Email example:
> > https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542053.html
> 
> I'm surprised it's an issue for you: normally your email client
> would transform quoted-printable and copying would do the right thing
> (i.e. select actual patch contents, without whitespace munging).
> 
> Are you trying to copy from the raw message representation?

Everyone trying to work with a patch (instead of just the email) always
is working with the raw message.  Just  patch < mbox  or  git-am mbox
for example.

https://gcc.gnu.org/contribute.html says
  It is strongly discouraged to post patches as MIME parts of type
  application/whatever, disposition attachment or encoded as base64 or
  quoted-printable.

(which many people still do not follow, making reviewing their patches
much harder than needed).


Segher

Reply via email to