]> git.99rst.org Git - git.git/commit
pack-bitmap: drop repository argument from prepare_midx_bitmap_git()
authorJeff King <redacted>
Thu, 9 Sep 2021 19:56:58 +0000 (15:56 -0400)
committerJunio C Hamano <redacted>
Fri, 10 Sep 2021 00:32:37 +0000 (17:32 -0700)
commitbfbb60d328426f0fcc708e2da13d0063ba63e9db
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 <redacted>
Reviewed-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
midx.c
pack-bitmap.c
pack-bitmap.h
git clone https://git.99rst.org/PROJECT