]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-multi-pack-index.txt
completion: nounset mode fixes
[thirdparty/git.git] / Documentation / git-multi-pack-index.txt
index 642d9ac5b723652f339fa45b03ea67806d44f735..0c6619493c1eddd92323c620e4ae374a7c6a4b91 100644 (file)
@@ -56,6 +56,9 @@ repack::
        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.
 
 
 EXAMPLES