Re: [RFC PATCH 0/5] Fix some fast-import parsing issues

2019-04-01 Thread Elijah Newren
On Mon, Apr 1, 2019 at 3:44 AM Junio C Hamano wrote: > > Elijah Newren writes: > > > On Wed, Feb 20, 2019 at 2:58 PM Elijah Newren wrote: > >> > >> I found a few issues with parsing in fast-import (dating back to > > > >> I've cc'ed the relevant folks, and have a few patches that fix the >

Re: [RFC PATCH 0/5] Fix some fast-import parsing issues

2019-04-01 Thread Junio C Hamano
Elijah Newren writes: > On Wed, Feb 20, 2019 at 2:58 PM Elijah Newren wrote: >> >> I found a few issues with parsing in fast-import (dating back to > >> I've cc'ed the relevant folks, and have a few patches that fix the >> issue and I think make the parser more robust against future issues

Re: [RFC PATCH 0/5] Fix some fast-import parsing issues

2019-03-08 Thread Elijah Newren
Hi, On Wed, Feb 20, 2019 at 2:58 PM Elijah Newren wrote: > > I found a few issues with parsing in fast-import (dating back to > I've cc'ed the relevant folks, and have a few patches that fix the > issue and I think make the parser more robust against future issues in > a way that I think is

[RFC PATCH 0/5] Fix some fast-import parsing issues

2019-02-20 Thread Elijah Newren
I found a few issues with parsing in fast-import (dating back to git-2.6.0). I was thrown off track for a while by the fact that the .git/fast_import_crash_$PID file erroneously claimed that the penultimate command it read was somehow truncated; e.g. for input of the form: commit refs/heads/m