diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-14 14:39:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-14 14:39:44 -0700 |
commit | 6baba94afc1fd2d22455097bdea46528f0b71097 (patch) | |
tree | 1c99a4a34ea613c762c999d4fdcbf2a487452aac /Documentation | |
parent | Merge branch 'ds/bloom-cleanup' (diff) | |
parent | multi-pack-index: respect repack.packKeptObjects=false (diff) | |
download | tgif-6baba94afc1fd2d22455097bdea46528f0b71097.tar.xz |
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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-multi-pack-index.txt b/Documentation/git-multi-pack-index.txt index 642d9ac5b7..0c6619493c 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 |