]> git.ipfire.org Git - thirdparty/git.git/commit
rebuild_existing_bitmaps(): convert to new revindex API
authorTaylor Blau <me@ttaylorr.com>
Wed, 13 Jan 2021 22:24:27 +0000 (17:24 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2021 05:53:46 +0000 (21:53 -0800)
commit78232bf65d59601fad99b4f45a90effaf0ac1204
tree8b232d1443770239d29f99de82c9d547bf089ecd
parent011f3fd5cdacc69e2ba2adf998656adcd2045a0f
rebuild_existing_bitmaps(): convert to new revindex API

Remove another instance of looking at the revindex directly by instead
calling 'pack_pos_to_index()'. Unlike other patches, this caller only
cares about the index position of each object in the loop.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c