Re: [PATCH v4 00/23] Multi-pack-index (MIDX)

2018-07-12 Thread Junio C Hamano
Derrick Stolee writes: > * The global 'core_multi_pack_index' is replaced with a one-time call to > git_config_bool() per repository that loads a multi-pack-index. OK. I guess that is more consistent, as the configuration would be per-repo and multi-pack-index is per object-store. After a

[PATCH v4 00/23] Multi-pack-index (MIDX)

2018-07-12 Thread Derrick Stolee
v3 had a lot of interesting feedback, most of which was non-functional, but made a big impact on the shape of the patch, especially the test script. These are the important changes: * 'git multi-pack-index' will report usage if the 'write' verb is not provided, or if extra parameters are