Didn't apply here:
$ git apply text fatal: corrupt patch at line 15
Looks like your email program word-wrapped both this and your other patch. Try attaching the patches instead.
Dan,
On 08/29/2011 12:18 AM, Dan Kegel wrote:
Didn't apply here:
$ git apply text
don't use "git apply" but "git am". git am knows how to deal with emails and email encoded patches.
fatal: corrupt patch at line 15
Looks like your email program word-wrapped both this and your other patch. Try attaching the patches instead.
bye michael
Le 29/08/2011 00:40, Michael Stefaniuc a écrit :
Dan,
On 08/29/2011 12:18 AM, Dan Kegel wrote:
Didn't apply here:
$ git apply text
don't use "git apply" but "git am". git am knows how to deal with emails and email encoded patches.
fatal: corrupt patch at line 15
Looks like your email program word-wrapped both this and your other patch. Try attaching the patches instead.
bye michael
Hello!
Should I resend it anyway?
Regards. Jérôme.
On 08/29/2011 12:45 AM, Jérôme Gardou wrote:
Le 29/08/2011 00:40, Michael Stefaniuc a écrit :
Dan,
On 08/29/2011 12:18 AM, Dan Kegel wrote:
Didn't apply here:
$ git apply text
don't use "git apply" but "git am". git am knows how to deal with emails and email encoded patches.
fatal: corrupt patch at line 15
Looks like your email program word-wrapped both this and your other patch. Try attaching the patches instead.
Should I resend it anyway?
Yes, it really is corrupt as "git am" doesn't likes it either.
git am /tmp/rpcrt4:properly\ unmarshall\ EMUM16\ discriminant.eml Applying: rpcrt4:properly unmarshall EMUM16 discriminant fatal: corrupt patch at line 10
bye michael
Le 29/08/2011 00:49, Michael Stefaniuc a écrit :
On 08/29/2011 12:45 AM, Jérôme Gardou wrote:
Le 29/08/2011 00:40, Michael Stefaniuc a écrit :
Dan,
On 08/29/2011 12:18 AM, Dan Kegel wrote:
Didn't apply here:
$ git apply text
don't use "git apply" but "git am". git am knows how to deal with emails and email encoded patches.
fatal: corrupt patch at line 15
Looks like your email program word-wrapped both this and your other patch. Try attaching the patches instead.
Should I resend it anyway?
Yes, it really is corrupt as "git am" doesn't likes it either.
git am /tmp/rpcrt4:properly\ unmarshall\ EMUM16\ discriminant.eml Applying: rpcrt4:properly unmarshall EMUM16 discriminant fatal: corrupt patch at line 10
bye michael
Done. Hopefully this is correctly formatted now.
Regards. Jérôme.
2011/8/28 Jérôme Gardou jerome.gardou@laposte.net:
Done. Hopefully this is correctly formatted now.
Yes, it applies fine now.