diff options
| author | Jeff King <peff@peff.net> | 2019-12-18 12:25:40 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-01-23 10:51:50 -0800 |
| commit | 59b2829ec535b6c33edc32526ddb9b9b7e86a5a3 (patch) | |
| tree | a2d97301386e0e04a38bd6e73fb3ea9705cec3e7 /builtin/commit.c | |
| parent | pack-bitmap: introduce bitmap_walk_contains() (diff) | |
| download | git-59b2829ec535b6c33edc32526ddb9b9b7e86a5a3.tar.gz git-59b2829ec535b6c33edc32526ddb9b9b7e86a5a3.zip | |
pack-bitmap: uninteresting oid can be outside bitmapped packfile
bitmap_has_oid_in_uninteresting() only used bitmap_position_packfile(),
not bitmap_position(). So it wouldn't find objects which weren't in the
bitmapped packfile (i.e., ones where we extended the bitmap to handle
loose objects, or objects in other packs).
As we could reuse a delta against such an object it is suboptimal not
to use bitmap_position(), so let's use it instead of
bitmap_position_packfile().
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
