summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-14 21:39:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-14 21:39:44 (GMT)
commit6baba94afc1fd2d22455097bdea46528f0b71097 (patch)
tree1c99a4a34ea613c762c999d4fdcbf2a487452aac /Documentation
parent4b1e5e5d8c54b39e35150c044afb02aaeaa38184 (diff)
parent3ce4ca0a56afd4b67105dd580948973cecc79162 (diff)
downloadgit-6baba94afc1fd2d22455097bdea46528f0b71097.zip
git-6baba94afc1fd2d22455097bdea46528f0b71097.tar.gz
git-6baba94afc1fd2d22455097bdea46528f0b71097.tar.bz2
Merge branch 'sn/midx-repack-with-config'
"git multi-pack-index repack" has been taught to honor some repack.* configuration variables. * sn/midx-repack-with-config: multi-pack-index: respect repack.packKeptObjects=false midx: teach "git multi-pack-index repack" honor "git repack" configurations
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-multi-pack-index.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-multi-pack-index.txt b/Documentation/git-multi-pack-index.txt
index 642d9ac..0c66194 100644
--- a/Documentation/git-multi-pack-index.txt
+++ b/Documentation/git-multi-pack-index.txt
@@ -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