Re: [PATCH v4 03/23] multi-pack-index: add builtin

2018-07-20 Thread Junio C Hamano
"brian m. carlson" writes: > On Fri, Jul 20, 2018 at 11:22:03AM -0700, Junio C Hamano wrote: >> Derrick Stolee writes: >> >> > diff --git a/Documentation/git-multi-pack-index.txt >> > b/Documentation/git-multi-pack-index.txt >> > new file mode 100644 >> > index 00..ec9982cbfc >> > ---

Re: [PATCH v4 03/23] multi-pack-index: add builtin

2018-07-20 Thread brian m. carlson
On Fri, Jul 20, 2018 at 11:22:03AM -0700, Junio C Hamano wrote: > Derrick Stolee writes: > > > diff --git a/Documentation/git-multi-pack-index.txt > > b/Documentation/git-multi-pack-index.txt > > new file mode 100644 > > index 00..ec9982cbfc > > --- /dev/null > > +++

Re: [PATCH v4 03/23] multi-pack-index: add builtin

2018-07-20 Thread Junio C Hamano
Derrick Stolee writes: > diff --git a/Documentation/git-multi-pack-index.txt > b/Documentation/git-multi-pack-index.txt > new file mode 100644 > index 00..ec9982cbfc > --- /dev/null > +++ b/Documentation/git-multi-pack-index.txt > @@ -0,0 +1,36 @@ > +git-multi-pack-index(1) >

[PATCH v4 03/23] multi-pack-index: add builtin

2018-07-12 Thread Derrick Stolee
This new 'git multi-pack-index' builtin will be the plumbing access for writing, reading, and checking multi-pack-index files. The initial implementation is a no-op. Signed-off-by: Derrick Stolee --- .gitignore | 3 ++- Documentation/git-multi-pack-index.txt | 36