<p>\r
This implies <tt>--revs</tt>. In addition to the list of\r
revision arguments read from the standard input, pretend\r
- as if all refs under <tt>$GIT_DIR/refs</tt> are specifed to be\r
+ as if all refs under <tt>$GIT_DIR/refs</tt> are specified to be\r
included.\r
</p>\r
</dd>\r
<dt>\r
---window and --depth\r
+--window=[N], --depth=[N]\r
</dt>\r
<dd>\r
<p>\r
- These two options affects how the objects contained in\r
+ These two options affect how the objects contained in\r
the pack are stored using delta compression. The\r
objects are first internally sorted by type, size and\r
optionally names and compared against the other objects\r
it too deep affects the performance on the unpacker\r
side, because delta data needs to be applied that many\r
times to get to the necessary object.\r
+ The default value for both --window and --depth is 10.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:15 UTC\r
+Last updated 08-Oct-2006 08:47:46 UTC\r
</div>\r
</div>\r
</body>\r
--all::
This implies `--revs`. In addition to the list of
revision arguments read from the standard input, pretend
- as if all refs under `$GIT_DIR/refs` are specifed to be
+ as if all refs under `$GIT_DIR/refs` are specified to be
included.
---window and --depth::
- These two options affects how the objects contained in
+--window=[N], --depth=[N]::
+ 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
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.
--incremental::
This flag causes an object already in a pack ignored
</dt>\r
<dd>\r
<p>\r
- These two options affects how the objects contained in the pack are\r
+ These two options affect how the objects contained in the pack are\r
stored using delta compression. The objects are first internally\r
sorted by type, size and optionally names and compared against the\r
other objects within <tt>--window</tt> to see if using delta compression saves\r
space. <tt>--depth</tt> limits the maximum delta depth; making it too deep\r
affects the performance on the unpacker side, because delta data needs\r
to be applied that many times to get to the necessary object.\r
+ The default value for both --window and --depth is 10.\r
</p>\r
</dd>\r
</dl>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:22 UTC\r
+Last updated 08-Oct-2006 08:47:47 UTC\r
</div>\r
</div>\r
</body>\r
`git update-server-info`.
--window=[N], --depth=[N]::
- These two options affects how the objects contained in the pack are
+ 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 within `--window` to see if using delta compression saves
space. `--depth` limits the maximum delta depth; making 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.
Author