From: Derrick Stolee Date: Mon, 20 Aug 2018 16:52:06 +0000 (+0000) Subject: midx: test a few commands that use get_all_packs X-Git-Tag: v2.20.0-rc0~249^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e9ab2ed7de33a399b44295628e587db6a57bf897?hp=e9ab2ed7de33a399b44295628e587db6a57bf897 midx: test a few commands that use get_all_packs 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 multi-pack-index. Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano ---