Files
git/builtin
Taylor Blau 70226c8c30 builtin/repack.c: convert --write-midx to an OPT_CALLBACK
Change the --write-midx (-m) flag from an OPT_BOOL to an OPT_CALLBACK
that accepts an optional mode argument. Introduce an enum with
REPACK_WRITE_MIDX_NONE and REPACK_WRITE_MIDX_DEFAULT to distinguish
between the two states, and update all existing boolean checks
accordingly.

For now, passing no argument (or just `-m`) selects the default mode,
preserving existing behavior. A subsequent commit will add a new mode
for writing incremental MIDXs.

Extract repack_write_midx() as a dispatcher that selects the
appropriate MIDX-writing implementation based on the mode.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-03-29 19:13:14 -07:00
..
2026-03-24 12:31:32 -07:00
2026-02-20 08:13:58 -08:00
2026-03-12 14:09:07 -07:00
2026-03-24 12:31:32 -07:00
2026-03-24 12:31:32 -07:00
2026-02-23 13:23:41 -08:00
2026-03-09 14:36:55 -07:00
2026-03-25 12:58:05 -07:00
2026-03-12 14:09:07 -07:00
2026-03-23 09:20:30 -07:00
2026-03-24 12:31:32 -07:00
2026-02-19 13:24:57 -08:00
2026-03-19 09:54:56 -07:00
2026-02-20 08:13:58 -08:00
2026-03-24 12:31:31 -07:00