]> git.ipfire.org Git - thirdparty/git.git/commit
pack-bitmap.c: extract `fill_in_bitmap()`
authorTaylor Blau <me@ttaylorr.com>
Mon, 8 May 2023 17:38:09 +0000 (13:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2023 19:05:55 +0000 (12:05 -0700)
commit47ff853f02a0b4af6d01727b7e45046b61b0a9b4
treebe19bdaa54ef4cf95f3687e0ceea19a22cdd9a05
parentfe90355361430dc52f858845a821370db0c54c80
pack-bitmap.c: extract `fill_in_bitmap()`

To prepare for the boundary-based bitmap walk to perform a fill-in
traversal using the boundary of either side as the tips, extract routine
used to perform fill-in traversal by `find_objects()` so that it can be
used in both places.

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