]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-multi-pack-index.txt
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / Documentation / git-multi-pack-index.txt
index 0c6619493c1eddd92323c620e4ae374a7c6a4b91..eb0caa04393a7136e125c95038b6b740bc215086 100644 (file)
@@ -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.