summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-29 09:18:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-29 09:18:19 +0000
commit591dc6ae2b927354f3011bedf81ae623d9014627 (patch)
treefb312d421fad3f6490199fc6812d60fffa4c9ad1 /git-pack-objects.txt
parent36460981d4d516642ddd8ee3afd442552a28a48a (diff)
downloadgit-htmldocs-591dc6ae2b927354f3011bedf81ae623d9014627.tar.gz
Autogenerated HTML docs for v1.5.2-136-g322bc
Diffstat (limited to 'git-pack-objects.txt')
-rw-r--r--git-pack-objects.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-pack-objects.txt b/git-pack-objects.txt
index 2531238df..cfe127ad9 100644
--- a/git-pack-objects.txt
+++ b/git-pack-objects.txt
@@ -85,6 +85,11 @@ base-name::
times to get to the necessary object.
The default value for --window is 10 and --depth is 50.
+--max-pack-size=<n>::
+ Maximum size of each output packfile, expressed in MiB.
+ If specified, multiple packfiles may be created.
+ The default is unlimited.
+
--incremental::
This flag causes an object already in a pack ignored
even if it appears in the standard input.