summaryrefslogtreecommitdiffstats
path: root/git-cat-file.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-08-02 11:24:42 -0700
committerJunio C Hamano <gitster@pobox.com>2013-08-02 11:24:42 -0700
commit00cc693dd726a1f09a16209505009367a563b077 (patch)
treef299157c953f4854db012ba5b261b6aa48db81e7 /git-cat-file.html
parentce806e3dc4c36670f90e8327bfcb8466e54de9a1 (diff)
downloadgit-htmldocs-00cc693dd726a1f09a16209505009367a563b077.tar.gz
Autogenerated HTML docs for v1.8.4-rc1-4-gd6cbf
Diffstat (limited to 'git-cat-file.html')
-rw-r--r--git-cat-file.html17
1 files changed, 3 insertions, 14 deletions
diff --git a/git-cat-file.html b/git-cat-file.html
index e23d1fdf5..af38f3968 100644
--- a/git-cat-file.html
+++ b/git-cat-file.html
@@ -880,10 +880,8 @@ will be returned.</p></div>
<div class="sectionbody">
<div class="paragraph"><p>If <code>--batch</code> or <code>--batch-check</code> is given, <code>cat-file</code> will read objects
from stdin, one per line, and print information about them.</p></div>
-<div class="paragraph"><p>Each line is split at the first whitespace boundary. All characters
-before that whitespace are considered as a whole object name, and are
-parsed as if given to <a href="git-rev-parse.html">git-rev-parse(1)</a>. Characters after that
-whitespace can be accessed using the <code>%(rest)</code> atom (see below).</p></div>
+<div class="paragraph"><p>Each line is considered as a whole object name, and is parsed as if
+given to <a href="git-rev-parse.html">git-rev-parse(1)</a>.</p></div>
<div class="paragraph"><p>You can specify the information shown for each object by using a custom
<code>&lt;format&gt;</code>. The <code>&lt;format&gt;</code> is copied literally to stdout for each
object, with placeholders of the form <code>%(atom)</code> expanded, followed by a
@@ -923,15 +921,6 @@ newline. The available atoms are:</p></div>
note about on-disk sizes in the <code>CAVEATS</code> section below.
</p>
</dd>
-<dt class="hdlist1">
-<code>rest</code>
-</dt>
-<dd>
-<p>
- The text (if any) found after the first run of whitespace on the
- input line (i.e., the "rest" of the line).
-</p>
-</dd>
</dl></div>
<div class="paragraph"><p>If no format is specified, the default format is <code>%(objectname)
%(objecttype) %(objectsize)</code>.</p></div>
@@ -980,7 +969,7 @@ undefined which copy&#8217;s size will be reported.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-07-18 17:36:26 PDT
+Last updated 2013-08-02 11:24:08 PDT
</div>
</div>
</body>