summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-10-08 08:47:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-10-08 08:47:56 +0000
commit93567a61e4eac5b5e1f43774691679e129655817 (patch)
tree222d4ff7ecac1f67e758c6ee6bc1ba126e5fce1a /git-pack-objects.html
parentaf2b8c5c299e8dfe955beb3fd98d3904a6a19951 (diff)
downloadgit-htmldocs-93567a61e4eac5b5e1f43774691679e129655817.tar.gz
Autogenerated HTML docs for v1.4.2.3-g7a0cf
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 96b86c95d..b9cd911cc 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -354,16 +354,16 @@ base-name
<p>
This implies <tt>--revs</tt>. In addition to the list of
revision arguments read from the standard input, pretend
- as if all refs under <tt>$GIT_DIR/refs</tt> are specifed to be
+ as if all refs under <tt>$GIT_DIR/refs</tt> are specified to be
included.
</p>
</dd>
<dt>
---window and --depth
+--window=[N], --depth=[N]
</dt>
<dd>
<p>
- These two options affects how the objects contained in
+ These two options affect how the objects contained in
the pack are stored using delta compression. The
objects are first internally sorted by type, size and
optionally names and compared against the other objects
@@ -372,6 +372,7 @@ base-name
it too deep affects the performance on the unpacker
side, because delta data needs to be applied that many
times to get to the necessary object.
+ The default value for both --window and --depth is 10.
</p>
</dd>
<dt>
@@ -446,7 +447,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 03-Oct-2006 08:41:15 UTC
+Last updated 08-Oct-2006 08:47:46 UTC
</div>
</div>
</body>