Documentation/git-multi-pack-index.txt: clarify expire behavior
commit2a91b35fce7284ed480e92d1bd08c774e6a9a270
authorTaylor Blau <me@ttaylorr.com>
Tue, 20 Sep 2022 01:55:42 +0000 (19 21:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2022 17:21:46 +0000 (21 10:21 -0700)
treebd71bd4f436392a2f3c22f66c8ec97802ff15917
parent2699542824fd7c69ff3d4597100b6d26b9a14166
Documentation/git-multi-pack-index.txt: clarify expire behavior

The `expire` sub-command of `git multi-pack-index` will never expire
`.keep` packs, regardless of whether or not any of their objects were
selected in the MIDX.

This has always been the case since 19575c7c8e (multi-pack-index:
implement 'expire' subcommand, 2019-06-10), which came after cff9711616
(multi-pack-index: prepare for 'expire' subcommand, 2019-06-10), when
this documentation was originally written.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-multi-pack-index.txt