Autogenerated HTML docs for v1.4.2.3-g7a0cf
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 8 Oct 2006 08:47:56 +0000 (08:47 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 8 Oct 2006 08:47:56 +0000 (08:47 +0000)
git-pack-objects.html
git-pack-objects.txt
git-repack.html
git-repack.txt

index 96b86c95d0480d5eb71df49f027a199f298b97d5..b9cd911cc3ed2bbb9348850b553966798818c8c7 100644 (file)
@@ -354,16 +354,16 @@ base-name
 <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
@@ -372,6 +372,7 @@ base-name
         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
@@ -446,7 +447,7 @@ base-name
 </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
index d4661ddc2f84c1392b32ad3fdf5f4ebe5b465e00..f52e8fa8bfb6cd1b121eab7e8594368f5b1c6513 100644 (file)
@@ -71,11 +71,11 @@ base-name::
 --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
@@ -84,6 +84,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.
 
 --incremental::
        This flag causes an object already in a pack ignored
index 952693a925ff626f3e24cbc869647e52c0b88d3a..7afbe5625f57b8e12bee0c0016ff76c6218a134f 100644 (file)
@@ -351,13 +351,14 @@ engines, disk storage, etc.</p>
 </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
@@ -381,7 +382,7 @@ engines, disk storage, etc.</p>
 </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
index 49f7e0a4a446b8e393b76f39136f28c74c085dff..d2eaa0995ded915f89d436e4501c5ae667822642 100644 (file)
@@ -57,13 +57,14 @@ OPTIONS
         `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