pack-bitmap: drop repository argument from prepare_midx_bitmap_git()
commitbfbb60d328426f0fcc708e2da13d0063ba63e9db
authorJeff King <peff@peff.net>
Thu, 9 Sep 2021 19:56:58 +0000 (9 15:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 00:32:37 +0000 (9 17:32 -0700)
treede76358914bb008a984d302325b69479797d1121
parent2d595973330765aca43bd4809c55ac0e66e7236f
pack-bitmap: drop repository argument from prepare_midx_bitmap_git()

We never look at the repository argument which is passed. This makes
sense, since the multi_pack_index struct already tells us everything we
need to access the files in its associated object directory.

Signed-off-by: Jeff King <peff@peff.net>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
midx.c
pack-bitmap.c
pack-bitmap.h