summaryrefslogtreecommitdiffstats
path: root/git-get-tar-commit-id.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-26 16:14:30 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-26 16:14:30 -0700
commitdaf0aaecf41c91c2307b7a38218f6b2d37669ad1 (patch)
tree2032469465a7995a1ae1f8fbbb2345e32a2aa50e /git-get-tar-commit-id.html
parente265b5c6dbafc936b10575797cc098414af5b874 (diff)
downloadgit-htmldocs-daf0aaecf41c91c2307b7a38218f6b2d37669ad1.tar.gz
Autogenerated HTML docs for v2.6.2-307-g37023b
Diffstat (limited to 'git-get-tar-commit-id.html')
-rw-r--r--git-get-tar-commit-id.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/git-get-tar-commit-id.html b/git-get-tar-commit-id.html
index eb092ef99..929170262 100644
--- a/git-get-tar-commit-id.html
+++ b/git-get-tar-commit-id.html
@@ -748,7 +748,7 @@ git-get-tar-commit-id(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git get-tar-commit-id</em> &lt; &lt;tarfile&gt;</pre>
+<pre class="content"><em>git get-tar-commit-id</em></pre>
<div class="attribution">
</div></div>
</div>
@@ -756,11 +756,12 @@ git-get-tar-commit-id(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Acts as a filter, extracting the commit ID stored in archives created by
-<em>git archive</em>. 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></div>
+<div class="paragraph"><p>Read a tar archive created by <em>git archive</em> from the standard input
+and extract the commit ID stored in it. It reads only the first
+1024 bytes of input, thus its runtime is not influenced by the size
+of the tar archive very much.</p></div>
<div class="paragraph"><p>If no commit ID is found, <em>git get-tar-commit-id</em> quietly exists with a
-return code of 1. This can happen if &lt;tarfile&gt; had not been created
+return code of 1. This can happen if the archive had not been created
using <em>git archive</em> or if the first parameter of <em>git archive</em> had been
a tree ID instead of a commit ID or tag.</p></div>
</div>
@@ -775,7 +776,7 @@ a tree ID instead of a commit ID or tag.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2015-10-26 16:13:38 PDT
</div>
</div>
</body>