]> git.ipfire.org Git - thirdparty/git.git/commit
bitmap_position_packfile(): convert to new revindex API
authorTaylor Blau <me@ttaylorr.com>
Wed, 13 Jan 2021 22:23:52 +0000 (17:23 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2021 05:53:45 +0000 (21:53 -0800)
commit57665086af39a6a9e1a911fd4871ff5eadc568c9
tree494b35eca25ee62d35d6be01dd2677a980f9c533
parenteb3fd99efd82bc8d199e01634e6fb521d3a27641
bitmap_position_packfile(): convert to new revindex API

Replace find_revindex_position() with its counterpart in the new API,
offset_to_pack_pos().

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