Re: [PATCH] fast-import: support the ls command anywhere comments are accepted

2014-11-27 Thread Mike Hommey
On Wed, Nov 26, 2014 at 08:03:33AM +0900, Mike Hommey wrote: > On Wed, Nov 26, 2014 at 07:25:39AM +0900, Mike Hommey wrote: > > The git-fast-import manual page says about both cat-blob and ls that they > > can > > be used "anywhere in the stream that comments are accepted", but in practice > > it

Re: [PATCH] fast-import: support the ls command anywhere comments are accepted

2014-11-25 Thread Mike Hommey
On Wed, Nov 26, 2014 at 07:25:39AM +0900, Mike Hommey wrote: > The git-fast-import manual page says about both cat-blob and ls that they can > be used "anywhere in the stream that comments are accepted", but in practice > it turns out it was only true for cat-blob. This change makes fast-import > b

[PATCH] fast-import: support the ls command anywhere comments are accepted

2014-11-25 Thread Mike Hommey
The git-fast-import manual page says about both cat-blob and ls that they can be used "anywhere in the stream that comments are accepted", but in practice it turns out it was only true for cat-blob. This change makes fast-import behavior match its documentation. Signed-off-by: Mike Hommey --- fa