linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Line endings now altered when saving kernel patches via gmail
@ 2012-05-02 19:58 Steve French
  2012-05-03 10:45 ` Clemens Ladisch
  0 siblings, 1 reply; 2+ messages in thread
From: Steve French @ 2012-05-02 19:58 UTC (permalink / raw)
  To: LKML

I noticed sometime in the last month that one of the normal patch
processes (open up gmail, find the email that contains the patch, then
"show original" then "save as ...") doesn't work anymore.  Gmail
appears to now corrupt patches by inserting DOS line endings (at
least) even when "show original" - any idea how to turn this off.
The alternative is going to be switching to a mailer application
(instead of using Firefox to access gmail) which can be a pain for
different reasons.

-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Line endings now altered when saving kernel patches via gmail
  2012-05-02 19:58 Line endings now altered when saving kernel patches via gmail Steve French
@ 2012-05-03 10:45 ` Clemens Ladisch
  0 siblings, 0 replies; 2+ messages in thread
From: Clemens Ladisch @ 2012-05-03 10:45 UTC (permalink / raw)
  To: Steve French; +Cc: LKML

Steve French wrote:
> I noticed sometime in the last month that one of the normal patch
> processes (open up gmail, find the email that contains the patch, then
> "show original" then "save as ...") doesn't work anymore.  Gmail
> appears to now corrupt patches by inserting DOS line endings (at
> least) even when "show original" - any idea how to turn this off.

SMTP mails always use CR/LF line endings in the body.  If the older
gmail did not show them in the source view, this was a bug, which
has now been fixed.

Tools like "git am" automatically convert line endings from mail
to Unix.  If your tools don't handle this, you'll have to convert
the files manually after saving them.


Regards,
Clemens

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-03 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02 19:58 Line endings now altered when saving kernel patches via gmail Steve French
2012-05-03 10:45 ` Clemens Ladisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).