summaryrefslogtreecommitdiff
path: root/Documentation/git-pack-objects.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-05-18 14:40:15 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-05-18 14:40:15 -0700
commit989cbd455619e1e7b6156366ee7fd5376af683b6 (patch)
treead99bce7b4e0c380c57eb9a75358bff9a2df559a /Documentation/git-pack-objects.txt
parentMerge branch 'sb/clean-test-fix' into HEAD (diff)
parentpack-objects: warn on split packs disabling bitmaps (diff)
downloadtgif-989cbd455619e1e7b6156366ee7fd5376af683b6.tar.xz
Merge branch 'ew/doc-split-pack-disables-bitmap' into HEAD
Doc update. * ew/doc-split-pack-disables-bitmap: pack-objects: warn on split packs disabling bitmaps
Diffstat (limited to 'Documentation/git-pack-objects.txt')
-rw-r--r--Documentation/git-pack-objects.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index bbea5294ca..19cdcd0341 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/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.