]> granicus.if.org Git - git/commit
pack-bitmap: don't rely on bitmap_git->reuse_objects
authorJeff King <peff@peff.net>
Fri, 13 Sep 2019 13:02:21 +0000 (15:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Sep 2019 21:40:33 +0000 (14:40 -0700)
commit04a32d357f4fb80e8cffbc10623ddedf60b18cc5
tree725d3057a3427a4941eb5a2415e9f83a5295566c
parentdf75281e78ce6036fbe627331611e86050269538
pack-bitmap: don't rely on bitmap_git->reuse_objects

As we now allocate 2 more words than necessary for each
bitmap to serve as marks telling us that we can stop
iterating over the words, we don't need to rely on
bitmap_git->reuse_objects to stop iterating over the words.

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>
pack-bitmap.c