]> git.ipfire.org Git - thirdparty/git.git/commit
git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'
authorTaylor Blau <me@ttaylorr.com>
Tue, 24 Feb 2026 18:59:56 +0000 (13:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Feb 2026 19:16:32 +0000 (11:16 -0800)
commitd0e91c128b99ca86e31e4c0e9ef80643039709f9
tree15e7cfb811fc79f8538c4b41b3baf62167edee74
parentf775d5b1cf7b3d7ec0b8448684b8710c82013684
git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'

Since c39fffc1c90 (tests: start asserting that *.txt SYNOPSIS matches -h
output, 2022-10-13), the manual page for 'git multi-pack-index' has a
SYNOPSIS section which differs from 'git multi-pack-index -h'.

Correct this while also documenting additional options accepted by the
'write' sub-command.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-multi-pack-index.adoc
builtin/multi-pack-index.c
t/t0450/adoc-help-mismatches