summaryrefslogtreecommitdiffstats
path: root/git-archive.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
commit58155b42e7f69f920b962bc43de04ec3bb48df87 (patch)
treec1410a9785aa59428fa709fbb4c47686f6f667c8 /git-archive.html
parentf80888ce6d55ea765cec661d4586575afc0e64ba (diff)
downloadgit-htmldocs-58155b42e7f69f920b962bc43de04ec3bb48df87.tar.gz
Autogenerated HTML docs for v1.5.3.1-91-gd3392
Diffstat (limited to 'git-archive.html')
-rw-r--r--git-archive.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-archive.html b/git-archive.html
index 402de7cee..5948cc678 100644
--- a/git-archive.html
+++ b/git-archive.html
@@ -279,7 +279,8 @@ git-archive(1) Manual Page
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Creates an archive of the specified format containing the tree
-structure for the named tree. If &lt;prefix&gt; is specified it is
+structure for the named tree, and writes it out to the standard
+output. If &lt;prefix&gt; is specified it is
prepended to the filenames in the archive.</p>
<p><em>git-archive</em> behaves differently when given a tree ID versus when
given a commit ID or tag ID. In the first case the current time is
@@ -298,7 +299,7 @@ comment.</p>
</dt>
<dd>
<p>
- Format of the resulting archive: <em>tar</em>, <em>zip</em>&#8230; The default
+ Format of the resulting archive: <em>tar</em> or <em>zip</em>. The default
is <em>tar</em>.
</p>
</dd>
@@ -458,7 +459,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 23-Aug-2007 00:24:02 UTC
+Last updated 15-Sep-2007 07:45:31 UTC
</div>
</div>
</body>