Re: git rm / format-patch / am fails on my file: patch does not apply

2013-11-13 Thread Ken Tanzer
> From: "Junio C Hamano" > To: "Ken Tanzer" > Sent: Wednesday, November 13, 2013 5:04 PM > >> Ken Tanzer writes: >> >>>> I am not very much surprised if such a file misbehaves, because the >>>> "format-patch | am" pipe

Re: git rm / format-patch / am fails on my file: patch does not apply

2013-11-12 Thread Ken Tanzer
matic. I'm not sure I understand this comment. format-patch seems to work fine on binary files. So if it can handle any random collection of bytes, why not text files with (admittedly funky) CRs and LFs? Cheers, Ken On Mon, Nov 11, 2013 at 11:04 AM, Junio C Hamano wrote: > Ken Tanzer writes: &

git rm / format-patch / am fails on my file: patch does not apply

2013-11-10 Thread Ken Tanzer
I originally posted about this to the git-users list (https://groups.google.com/forum/#!topic/git-users/G5D0bldEbTo). If this would normally be expected to work: git add git commit git rm git commit git format-patch HEAD~1 git reset --hard HEAD~1 git am 0001*patch then I'm having a problem wit