summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-10 14:23:56 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-10 14:23:56 -0700
commit74fd0fce3a70fd009c70bab023b424683f3024ea (patch)
treec26f8ef8b459b65a757eac86f6f8ef1bd5339b54 /git-pack-objects.txt
parentccdabcae204ead708ad13194edd370770437ee5b (diff)
downloadgit-htmldocs-74fd0fce3a70fd009c70bab023b424683f3024ea.tar.gz
Autogenerated HTML docs for v2.8.2-396-g5fe49
Diffstat (limited to 'git-pack-objects.txt')
-rw-r--r--git-pack-objects.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-pack-objects.txt b/git-pack-objects.txt
index bbea5294c..19cdcd034 100644
--- a/git-pack-objects.txt
+++ b/git-pack-objects.txt
@@ -110,7 +110,8 @@ base-name::
--max-pack-size=<n>::
Maximum size of each output pack file. The size can be suffixed with
"k", "m", or "g". The minimum size allowed is limited to 1 MiB.
- If specified, multiple packfiles may be created.
+ If specified, multiple packfiles may be created, which also
+ prevents the creation of a bitmap index.
The default is unlimited, unless the config variable
`pack.packSizeLimit` is set.