Re: [bug (maybe)] Applying patch with '---'

2015-04-01 Thread Chris Packham
On Wed, Apr 1, 2015 at 7:20 PM, Junio C Hamano wrote: > Chris Packham writes: > >> So I was just sent a patch generated with 'git format-patch' that 'git >> am' fails to apply correctly. It applies but part of the commit >> message is lost. >> >> The problem is that the commit message has lines l

Re: [bug (maybe)] Applying patch with '---'

2015-03-31 Thread Junio C Hamano
Chris Packham writes: > So I was just sent a patch generated with 'git format-patch' that 'git > am' fails to apply correctly. It applies but part of the commit > message is lost. > > The problem is that the commit message has lines like > > --- Foo happened > did some things to handle Foo >

[bug (maybe)] Applying patch with '---'

2015-03-31 Thread Chris Packham
Hi List, So I was just sent a patch generated with 'git format-patch' that 'git am' fails to apply correctly. It applies but part of the commit message is lost. The problem is that the commit message has lines like --- Foo happened did some things to handle Foo --- Bar happened Still pro