summaryrefslogtreecommitdiffstats
path: root/git-cat-file.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-06-27 20:07:42 +0000
committerJunio C Hamano <junio@kernel.org>2010-06-27 20:07:42 +0000
commit4015aed198ee329a57ed038de766a95909b50674 (patch)
tree237b951ba49e885be78e45ecbcc3a6e1d6288026 /git-cat-file.html
parent376230d06265c6d21d2c53551c0d969cd5ff59df (diff)
downloadgit-htmldocs-4015aed198ee329a57ed038de766a95909b50674.tar.gz
Autogenerated HTML docs for v1.7.2-rc0
Diffstat (limited to 'git-cat-file.html')
-rw-r--r--git-cat-file.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/git-cat-file.html b/git-cat-file.html
index 4e040a6e9..a6ce5f3e7 100644
--- a/git-cat-file.html
+++ b/git-cat-file.html
@@ -321,14 +321,15 @@ git-cat-file(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git cat-file</em> (-t | -s | -e | -p | &lt;type&gt;) &lt;object&gt;
+<div class="content"><em>git cat-file</em> (-t | -s | -e | -p | &lt;type&gt; | --textconv ) &lt;object&gt;
<em>git cat-file</em> (--batch | --batch-check) &lt; &lt;list-of-objects&gt;</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="para"><p>In its first form, the command provides the content or the type of an object in
the repository. The type is required unless <em>-t</em> or <em>-p</em> is used to find the
-object type, or <em>-s</em> is used to find the object size.</p></div>
+object type, or <em>-s</em> is used to find the object size, or <em>--textconv</em> is used
+(which implies type "blob").</p></div>
<div class="para"><p>In the second form, a list of objects (separated by linefeeds) is provided on
stdin, and the SHA1, type, and size of each object is printed on stdout.</p></div>
</div>
@@ -394,6 +395,16 @@ stdin, and the SHA1, type, and size of each object is printed on stdout.</p></di
</p>
</dd>
<dt>
+--textconv
+</dt>
+<dd>
+<p>
+ Show the content as transformed by a textconv filter. In this case,
+ &lt;object&gt; has be of the form &lt;treeish&gt;:&lt;path&gt;, or :&lt;path&gt; in order
+ to apply the filter to the content recorded in the index at &lt;path&gt;.
+</p>
+</dd>
+<dt>
--batch
</dt>
<dd>
@@ -455,7 +466,7 @@ for each object specified on stdin that does not exist in the repository:</p></d
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-04-24 02:55:48 UTC
+Last updated 2010-06-27 20:07:28 UTC
</div>
</div>
</body>