Re: [PATCH] Document that a patch should be submitted to the list as an attachment

From: Chris Mayo <aklhfex(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: "pgadmin-hackers(at)postgresql(dot)org" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Document that a patch should be submitted to the list as an attachment
Date: 2016-10-12 11:33:52
Message-ID: 62ec210e-45d0-b759-41d2-dfbd390d9012@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> > /Users/dpage/Downloads/0001-Document-that-a-patch-should-be-submitted-to-the-lis.patch:16: trailing whitespace.
> > as well as the rationale for any important design decisions.
> > error: patch failed: docs/en_US/submitting_patches.rst:30
> > error: docs/en_US/submitting_patches.rst: patch does not apply
> >
>
> I checked and I can't see anything wrong. I also tried downloading the patch from the web archive and using git apply.
>
> The "trailing whitespace" errors may suggest the problem - the added lines in the patch don't have any whitespace.
> Have you been near a Windows machine? I used unix2dos on the patch and then got the same result as above.
>
>
> No, I've only been on my Mac. Your suggestion made me think though - I opened the patch in my editor, and it claims the original had Windows line endings. I converted them to \n and it applied just fine.

I think it's an email thing. From:
https://github.com/git/git/commit/8d8140843501107c92e2f9a5acb60ee136352c1f
"The problem is that SMTP transport is CRLF-unsafe. Sending a patch by
email is the same as passing it through "dos2unix | unix2dos". The newly
introduced CRLFs are normally transparent because git-am strips them."

I have been using git send-email, to avoid the risk of a mail client mangling patches.
But I can try using Thunderbird in future.

I guess git imap-send behaviour is similar:
http://www.spinics.net/lists/git/msg160136.html
"
> I'm using git imap-send to send patches to wine-patches, and it seems
> like it converts all my patches to have CRLF line endings?

The canonical line ending for mail is CRLF. So yes, it will convert your
patch to CRLF for storage. But anything pulling it out of the IMAP
folder should convert it back to native line endings."

Testing locally the raw emails do have CRLF saved from Thunderbird as .eml,
although when I save just the attachment the patch only has LF.

Not sure why this hasn't been an issue before on the list.

The Git tools seem to be more focussed on inline messages. On the receiving end
using attachments the ideas I have:
- Is there a save as text option in your client?
- Save from the web archive

>
> What does 'git config core.autocrlf' output for you?

The only core. attribute I have set is core.editor.

>
> In any case, I applied the patch. Thanks!
>

Hopefully we don't have to add more instructions as a result of this discussion...

Chris

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Priyanka Shendge 2016-10-12 11:39:48 Foreign Table Patch
Previous Message Priyanka Shendge 2016-10-12 09:34:14 FTS nodes (Configuration, Dictionaries, Parser, Templates) patch