summaryrefslogtreecommitdiffstats
path: root/git-archive.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-26 07:16:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-26 07:16:58 +0000
commit817abb49397feae6876cca32a894ee4afec2385a (patch)
tree754a185aec525cbb98211d38d10a8b519318fd57 /git-archive.html
parent47c1e3ca86a9871867627dd09e64ae4dce79ed32 (diff)
downloadgit-htmldocs-817abb49397feae6876cca32a894ee4afec2385a.tar.gz
Autogenerated HTML docs for v1.4.2.1-g4daf
Diffstat (limited to 'git-archive.html')
-rw-r--r--git-archive.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/git-archive.html b/git-archive.html
index c0e425060..44215e7e2 100644
--- a/git-archive.html
+++ b/git-archive.html
@@ -322,6 +322,7 @@ comment.</p>
<dd>
<p>
This can be any options that the archiver backend understand.
+ See next section.
</p>
</dd>
<dt>
@@ -352,6 +353,29 @@ path
</dd>
</dl>
</div>
+<h2>BACKEND EXTRA OPTIONS</h2>
+<div class="sectionbody">
+<h3>zip</h3>
+<dl>
+<dt>
+-0
+</dt>
+<dd>
+<p>
+ Store the files instead of deflating them.
+</p>
+</dd>
+<dt>
+-9
+</dt>
+<dd>
+<p>
+ Highest and slowest compression level. You can specify any
+ number from 1 to 9 to adjust compression speed and ratio.
+</p>
+</dd>
+</dl>
+</div>
<h2>CONFIGURATION</h2>
<div class="sectionbody">
<p>By default, file and directories modes are set to 0666 or 0777 in tar
@@ -420,7 +444,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
</div>
<div id="footer">
<div id="footer-text">
-Last updated 17-Sep-2006 10:34:05 UTC
+Last updated 26-Sep-2006 07:16:44 UTC
</div>
</div>
</body>