Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-09-20 04:55:42 +0300
committerJunio C Hamano <gitster@pobox.com>2022-09-21 20:21:46 +0300
commit2a91b35fce7284ed480e92d1bd08c774e6a9a270 (patch)
treebd71bd4f436392a2f3c22f66c8ec97802ff15917 /Documentation
parent2699542824fd7c69ff3d4597100b6d26b9a14166 (diff)
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-multi-pack-index.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-multi-pack-index.txt b/Documentation/git-multi-pack-index.txt
index b4a2378cd8..11e6dc53e3 100644
--- a/Documentation/git-multi-pack-index.txt
+++ b/Documentation/git-multi-pack-index.txt
@@ -71,8 +71,9 @@ verify::
expire::
Delete the pack-files that are tracked by the MIDX file, but
- have no objects referenced by the MIDX. Rewrite the MIDX file
- afterward to remove all references to these pack-files.
+ have no objects referenced by the MIDX (with the exception of
+ `.keep` packs). Rewrite the MIDX file afterward to remove all
+ references to these pack-files.
repack::
Create a new pack-file containing objects in small pack-files