summaryrefslogtreecommitdiffstats
path: root/git-multi-pack-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-24 15:56:56 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-24 15:56:56 -0700
commit48d7a8a0dd06ff822cc6ee60872386ac9a1d124d (patch)
treecbd8f53bec984fce2cf0bc8c34b5957b894f3dcf /git-multi-pack-index.txt
parent779537c075f92f8653e201a9fe6f16ae4bf2f0be (diff)
downloadgit-htmldocs-48d7a8a0dd06ff822cc6ee60872386ac9a1d124d.tar.gz
Autogenerated HTML docs for v2.28.0-337-ge9b77
Diffstat (limited to 'git-multi-pack-index.txt')
-rw-r--r--git-multi-pack-index.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-multi-pack-index.txt b/git-multi-pack-index.txt
index 0c6619493..eb0caa043 100644
--- a/git-multi-pack-index.txt
+++ b/git-multi-pack-index.txt
@@ -51,11 +51,12 @@ repack::
multi-pack-index, then divide by the total number of objects in
the pack and multiply by the pack size. We select packs with
expected size below the batch size until the set of packs have
- total expected size at least the batch size. If the total size
- does not reach the batch size, then do nothing. If a new pack-
- file is created, rewrite the multi-pack-index to reference the
- new pack-file. A later run of 'git multi-pack-index expire' will
- delete the pack-files that were part of this batch.
+ total expected size at least the batch size, or all pack-files
+ are considered. If only one pack-file is selected, then do
+ nothing. If a new pack-file is created, rewrite the
+ multi-pack-index to reference the new pack-file. A later run of
+ 'git multi-pack-index expire' will delete the pack-files that
+ were part of this batch.
+
If `repack.packKeptObjects` is `false`, then any pack-files with an
associated `.keep` file will not be selected for the batch to repack.