summaryrefslogtreecommitdiffstats
path: root/git-repack.html
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-repack.html
parent5c246f2d5b9788fcc0bb469556eafa22799bd821 (diff)
downloadgit-htmldocs-4d97958bdad76ef4cd47332367caaa54045200f4.tar.gz
Autogenerated HTML docs for v1.7.0-rc1-33-g07cf0f
Diffstat (limited to 'git-repack.html')
-rw-r--r--git-repack.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/git-repack.html b/git-repack.html
index 5a2c9e275..4a61ad306 100644
--- a/git-repack.html
+++ b/git-repack.html
@@ -454,13 +454,15 @@ other objects in that pack they already have locally.</p></div>
</p>
</dd>
<dt>
---max-pack-size=&lt;n&gt;
+--max-pack-size=[N]
</dt>
<dd>
<p>
- Maximum size of each output packfile, expressed in MiB.
+ 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.
+ The default is unlimited, unless the config variable
+ <tt>pack.packSizeLimit</tt> is set.
</p>
</dd>
</dl></div>
@@ -496,7 +498,7 @@ that way can try to use older git with it).</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-21 17:44:36 UTC
+Last updated 2010-02-04 06:27:11 UTC
</div>
</div>
</body>