Autogenerated HTML docs for v1.2.2-g50319
[git.git] / git-pack-objects.html
index e5635bc..b54eb91 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -272,7 +272,10 @@ git-pack-objects(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-pack-objects</em> [--non-empty] [--local] [--incremental] [--window=N] [--depth=N] {--stdout | base-name} &lt; object-list</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-pack-objects</em> [-q] [--no-reuse-delta] [--non-empty]\r
+        [--local] [--incremental] [--window=N] [--depth=N]\r
+        {--stdout | base-name} &lt; object-list</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -291,6 +294,9 @@ transport by their peers.</p>
 <p>Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or\r
 any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES)\r
 enables git to read from such an archive.</p>\r
+<p>In a packed archive, an object is either stored as a compressed\r
+whole, or as a difference from some other object.  The latter is\r
+often called a delta.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -364,6 +370,27 @@ base-name
         least one object.\r
 </p>\r
 </dd>\r
+<dt>\r
+-q\r
+</dt>\r
+<dd>\r
+<p>\r
+        This flag makes the command not to report its progress\r
+        on the standard error stream.\r
+</p>\r
+</dd>\r
+<dt>\r
+--no-reuse-delta\r
+</dt>\r
+<dd>\r
+<p>\r
+        When creating a packed archive in a repository that\r
+        has existing packs, the command reuses existing deltas.\r
+        This sometimes results in a slightly suboptimal pack.\r
+        This flag tells the command not to reuse existing deltas\r
+        but compute them from scratch.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -385,7 +412,7 @@ base-name
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Jan-2006 17:12:41 PDT\r
+Last updated 22-Feb-2006 10:44:47 UTC\r
 </div>\r
 </div>\r
 </body>\r