summaryrefslogtreecommitdiffstats
path: root/git-archive.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-archive.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-archive.html')
-rw-r--r--git-archive.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-archive.html b/git-archive.html
index 614551a25..b9549703e 100644
--- a/git-archive.html
+++ b/git-archive.html
@@ -273,7 +273,7 @@ git-archive(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-archive</em> --format=&lt;fmt&gt; [--list] [--prefix=&lt;prefix&gt;/] [&lt;extra&gt;]
+<div class="content"><em>git archive</em> --format=&lt;fmt&gt; [--list] [--prefix=&lt;prefix&gt;/] [&lt;extra&gt;]
[--remote=&lt;repo&gt; [--exec=&lt;git-upload-archive&gt;]] &lt;tree-ish&gt;
[path&#8230;]</div></div>
</div>
@@ -283,13 +283,13 @@ git-archive(1) Manual Page
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
+<p><tt>git-archive</tt> behaves differently when given a tree ID versus when
given a commit ID or tag ID. In the first case the current time is
used as modification time of each file in the archive. In the latter
case the commit time as recorded in the referenced commit object is
used instead. Additionally the commit ID is stored in a global
extended pax header if the tar format is used; it can be extracted
-using <em>git-get-tar-commit-id</em>. In ZIP files it is stored as a file
+using <tt>git-get-tar-commit-id</tt>. In ZIP files it is stored as a file
comment.</p>
</div>
<h2>OPTIONS</h2>
@@ -358,7 +358,7 @@ comment.</p>
<dd>
<p>
Used with --remote to specify the path to the
- git-upload-archive executable on the remote side.
+ <tt>git-upload-archive</tt> on the remote side.
</p>
</dd>
<dt>
@@ -475,7 +475,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 08-Jun-2008 22:46:19 UTC
+Last updated 02-Jul-2008 03:01:32 UTC
</div>
</div>
</body>