summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-02-04 06:27:29 +0000
committerJunio C Hamano <junio@kernel.org>2010-02-04 06:27:29 +0000
commit4d97958bdad76ef4cd47332367caaa54045200f4 (patch)
tree92be8b45b163fd13f276a66c612a8fc2ca472a1f /git-pack-objects.txt
parent5c246f2d5b9788fcc0bb469556eafa22799bd821 (diff)
downloadgit-htmldocs-4d97958bdad76ef4cd47332367caaa54045200f4.tar.gz
Autogenerated HTML docs for v1.7.0-rc1-33-g07cf0f
Diffstat (limited to 'git-pack-objects.txt')
-rw-r--r--git-pack-objects.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-pack-objects.txt b/git-pack-objects.txt
index 097a14773..ffd5025f7 100644
--- a/git-pack-objects.txt
+++ b/git-pack-objects.txt
@@ -105,8 +105,9 @@ base-name::
`--window-memory=0` makes memory usage unlimited, which is the
default.
---max-pack-size=<n>::
- Maximum size of each output packfile, expressed in MiB.
+--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.
The default is unlimited, unless the config variable
`pack.packSizeLimit` is set.