diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-05-18 14:40:15 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-05-18 14:40:15 -0700 |
| commit | 989cbd455619e1e7b6156366ee7fd5376af683b6 (patch) | |
| tree | ad99bce7b4e0c380c57eb9a75358bff9a2df559a /Documentation/git-pack-objects.txt | |
| parent | 10b6646afcf540139cdcf587071a3ae7b0efbc0a (diff) | |
| parent | 9cea46cdda9359e54aec379c4b4e2f9470c35023 (diff) | |
| download | git-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.txt | 3 |
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. |
