Autogenerated HTML docs for v1.4.2.1-g4daf
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 26 Sep 2006 07:16:58 +0000 (07:16 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 26 Sep 2006 07:16:58 +0000 (07:16 +0000)
git-archive.html
git-archive.txt
git.html
git.txt

index c0e4250..44215e7 100644 (file)
@@ -322,6 +322,7 @@ comment.</p>
 <dd>\r
 <p>\r
         This can be any options that the archiver backend understand.\r
+        See next section.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -352,6 +353,29 @@ path
 </dd>\r
 </dl>\r
 </div>\r
+<h2>BACKEND EXTRA OPTIONS</h2>\r
+<div class="sectionbody">\r
+<h3>zip</h3>\r
+<dl>\r
+<dt>\r
+-0\r
+</dt>\r
+<dd>\r
+<p>\r
+        Store the files instead of deflating them.\r
+</p>\r
+</dd>\r
+<dt>\r
+-9\r
+</dt>\r
+<dd>\r
+<p>\r
+        Highest and slowest compression level.  You can specify any\r
+        number from 1 to 9 to adjust compression speed and ratio.\r
+</p>\r
+</dd>\r
+</dl>\r
+</div>\r
 <h2>CONFIGURATION</h2>\r
 <div class="sectionbody">\r
 <p>By default, file and directories modes are set to 0666 or 0777 in tar\r
@@ -420,7 +444,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Sep-2006 10:34:05 UTC\r
+Last updated 26-Sep-2006 07:16:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 913528d..031fcd5 100644 (file)
@@ -40,6 +40,7 @@ OPTIONS
 
 <extra>::
        This can be any options that the archiver backend understand.
+       See next section.
 
 --remote=<repo>::
        Instead of making a tar archive from local repository,
@@ -52,6 +53,18 @@ path::
        If one or more paths are specified, include only these in the
        archive, otherwise include all files and subdirectories.
 
+BACKEND EXTRA OPTIONS
+---------------------
+
+zip
+~~~
+-0::
+       Store the files instead of deflating them.
+-9::
+       Highest and slowest compression level.  You can specify any
+       number from 1 to 9 to adjust compression speed and ratio.
+
+
 CONFIGURATION
 -------------
 By default, file and directories modes are set to 0666 or 0777 in tar
index 73ea337..7cded85 100644 (file)
--- a/git.html
+++ b/git.html
@@ -795,6 +795,14 @@ ancillary user utilities.</p>
 </p>\r
 </dd>\r
 <dt>\r
+<a href="git-archive.html">git-archive(1)</a>\r
+</dt>\r
+<dd>\r
+<p>\r
+        Creates an archive of files from a named tree.\r
+</p>\r
+</dd>\r
+<dt>\r
 <a href="git-bisect.html">git-bisect(1)</a>\r
 </dt>\r
 <dd>\r
@@ -2164,7 +2172,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Sep-2006 04:45:37 UTC\r
+Last updated 26-Sep-2006 07:16:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index 1bf5ef5..2135b65 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -266,6 +266,9 @@ gitlink:git-am[1]::
 gitlink:git-applymbox[1]::
        Apply patches from a mailbox, original version by Linus.
 
+gitlink:git-archive[1]::
+       Creates an archive of files from a named tree.
+
 gitlink:git-bisect[1]::
        Find the change that introduced a bug by binary search.