Re: [PATCH 8/9] midx: test a few commands that use get_all_packs

2018-08-20 Thread Stefan Beller
On Mon, Aug 20, 2018 at 9:52 AM Derrick Stolee wrote: > > The new get_all_packs() method exposed the packfiles coverede by s/coverede/covered/

[PATCH 8/9] midx: test a few commands that use get_all_packs

2018-08-20 Thread Derrick Stolee
The new get_all_packs() method exposed the packfiles coverede by a multi-pack-index. Before, the 'git cat-file --batch' and 'git count-objects' commands would skip objects in an environment with a multi-pack-index. Further, a reachability bitmap would be ignored if its pack-file was covered by a m