summaryrefslogtreecommitdiffstats
path: root/git-get-tar-commit-id.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-get-tar-commit-id.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-get-tar-commit-id.html')
-rw-r--r--git-get-tar-commit-id.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-get-tar-commit-id.html b/git-get-tar-commit-id.html
index e966680fe..50a9ecaeb 100644
--- a/git-get-tar-commit-id.html
+++ b/git-get-tar-commit-id.html
@@ -272,16 +272,16 @@ git-get-tar-commit-id(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-get-tar-commit-id</em> &lt; &lt;tarfile&gt;</p>
+<p><em>git get-tar-commit-id</em> &lt; &lt;tarfile&gt;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Acts as a filter, extracting the commit ID stored in archives created by
-<a href="git-archive.html">git-archive(1)</a>. It reads only the first 1024 bytes of input, thus its
+<tt>git-archive</tt>. It reads only the first 1024 bytes of input, thus its
runtime is not influenced by the size of &lt;tarfile&gt; very much.</p>
-<p>If no commit ID is found, git-get-tar-commit-id quietly exists with a
+<p>If no commit ID is found, <tt>git-get-tar-commit-id</tt> quietly exists with a
return code of 1. This can happen if &lt;tarfile&gt; had not been created
-using git-archive or if the first parameter of git-archive had been
+using <tt>git-archive</tt> or if the first parameter of <tt>git-archive</tt> had been
a tree ID instead of a commit ID or tag.</p>
</div>
<h2>Author</h2>
@@ -298,7 +298,7 @@ a tree ID instead of a commit ID or tag.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:33:44 UTC
+Last updated 02-Jul-2008 03:01:47 UTC
</div>
</div>
</body>