summaryrefslogtreecommitdiff
path: root/repack.c
AgeCommit message (Expand)Author
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt
2025-10-16repack: move `pack_kept_objects` to `struct pack_objects_args`Taylor Blau
2025-10-16repack: move `finish_pack_objects_cmd()` out of the builtinTaylor Blau
2025-10-16repack: extract `write_pack_opts_is_local()`Taylor Blau
2025-10-16repack: move `find_pack_prefix()` out of the builtinTaylor Blau
2025-10-16repack: keep track of MIDX pack names using existing_packsTaylor Blau
2025-10-16repack: remove 'generated_pack' API from the builtinTaylor Blau
2025-10-16repack: remove 'existing_packs' API from the builtinTaylor Blau
2025-10-16repack: remove 'remove_redundant_pack' from the builtinTaylor Blau
2025-10-16repack: remove 'prepare_pack_objects' from the builtinTaylor Blau
2025-10-16repack: introduce new compilation unitTaylor Blau