Re: [PATCH v2 03/24] multi-pack-index: add builtin

2018-06-25 Thread Junio C Hamano
Derrick Stolee writes: > 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 +- > Document

[PATCH v2 03/24] multi-pack-index: add builtin

2018-06-25 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