Hacker News new | ask | show | jobs
by kelnos 1895 days ago
This might be out of date, but IIRC GMail, in plain text mode, will break lines at 72 or 80 characters or something like that, which will mangle inline patches. LKML's policy prefers (requires?) that you send patches inline and not as attachments.
2 comments

I personally send patches with git send-email. I used to do it by fighting with Thunderbird until it worked, but that got old fast.

Now if only git format-patch could more usefully infer the base commit...

Which is pretty interesting. Apparently Outlook mangles inline patches for the lkml as well to the point that they are unusable and that would have been an interesting talking point in and of itself.

But apparently talking about this is not in scope of this post and trying to piece together the issues just gets you downvoted so... Thanks for your advice, I was not aware that Gmail clobbers plain text mails, I guess there is more to it then getting your mail client to send plain text email. Maybe some explanation of the subject would have been nice.