Skip to content

Commit 10292d3

Browse files
ttaylorrgitster
authored andcommitted
git-multi-pack-index(1): remove non-existent incompatibility
Since fcb2205 (midx: implement support for writing incremental MIDX chains, 2024-08-06), the command-line options '--incremental' and '--bitmap' were declared to be incompatible with one another when running 'git multi-pack-index write'. However, since 27afc27 (midx: implement writing incremental MIDX bitmaps, 2025-03-20), that incompatibility no longer exists, despite the documentation saying so. Correct this by removing the stale reference to their incompatibility. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 13980c8 commit 10292d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-multi-pack-index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ marker).
7575
Write an incremental MIDX file containing only objects
7676
and packs not present in an existing MIDX layer.
7777
Migrates non-incremental MIDXs to incremental ones when
78-
necessary. Incompatible with `--bitmap`.
78+
necessary.
7979
--
8080

8181
verify::

0 commit comments

Comments
 (0)