summaryrefslogtreecommitdiff
path: root/t/t4013/diff.log_--root_--patch-with-stat_master
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2025-10-15 18:29:05 -0400
committerJunio C Hamano <gitster@pobox.com>2025-10-16 10:08:56 -0700
commit337baea7212f0cf1aaa00a885d75098e260a22b0 (patch)
tree45725b9e718a2a796819b7d2c946938e6f30ffc0 /t/t4013/diff.log_--root_--patch-with-stat_master
parent42088e3d4ae5c5bc77a49fcbba79832d10d03499 (diff)
builtin/repack.c: inline `remove_redundant_bitmaps()`
After writing a new MIDX, the repack command removes any bitmaps belonging to packs which were written into the MIDX. This is currently done in a separate function outside of `write_midx_included_packs()`, which forces the caller to keep track of the set of packs written into the MIDX. Prepare to no longer require the caller to keep track of such information by inlining the clean-up into `write_midx_included_packs()`. Future commits will make the caller oblivious to the set of packs included in the MIDX altogether. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.log_--root_--patch-with-stat_master')
0 files changed, 0 insertions, 0 deletions