]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repack.c: reorder `remove_redundant_bitmaps()`
authorTaylor Blau <me@ttaylorr.com>
Wed, 15 Oct 2025 22:29:02 +0000 (18:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2025 17:08:56 +0000 (10:08 -0700)
commit42088e3d4ae5c5bc77a49fcbba79832d10d03499
tree1aae317f488538719aa8c5dba3a2979b7fb10519
parent2fee63a71ae8113fd91d8e5924ae4a5619ad0cd3
builtin/repack.c: reorder `remove_redundant_bitmaps()`

The next commit will inline the call to `remove_redundant_bitmaps()`
into `write_midx_included_packs()`. Reorder these two functions to avoid
a forward declaration to `remove_redundant_bitmaps()`.

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