<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
</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
</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
<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,
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
</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
</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
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.