From: Junio C Hamano Date: Thu, 22 Jun 2023 23:29:05 +0000 (-0700) Subject: Merge branch 'tb/pack-bitmap-traversal-with-boundary' X-Git-Tag: v2.42.0-rc0~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2ffc7418685f75e43e2919426276141fd62c656;p=thirdparty%2Fgit.git Merge branch 'tb/pack-bitmap-traversal-with-boundary' The object traversal using reachability bitmap done by "pack-object" has been tweaked to take advantage of the fact that using "boundary" commits as representative of all the uninteresting ones can save quite a lot of object enumeration. * tb/pack-bitmap-traversal-with-boundary: pack-bitmap.c: use commit boundary during bitmap traversal pack-bitmap.c: extract `fill_in_bitmap()` object: add object_array initializer helper function --- f2ffc7418685f75e43e2919426276141fd62c656