summaryrefslogtreecommitdiffstats
path: root/git-cat-file.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-19 14:26:17 -0700
committerJunio C Hamano <gitster@pobox.com>2015-05-19 14:26:17 -0700
commite1b28594a7acfaa493ca0cf32e7e970dc549527a (patch)
tree5e63878f0543693e0c35dc49d2b9a649ad32d720 /git-cat-file.html
parent93f23166221e56a0b4b044f9a8b0b53aa57bc9e4 (diff)
downloadgit-htmldocs-e1b28594a7acfaa493ca0cf32e7e970dc549527a.tar.gz
Autogenerated HTML docs for v2.4.1-217-g6c124
Diffstat (limited to 'git-cat-file.html')
-rw-r--r--git-cat-file.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/git-cat-file.html b/git-cat-file.html
index 225bce572..5b1b58be9 100644
--- a/git-cat-file.html
+++ b/git-cat-file.html
@@ -748,7 +748,7 @@ git-cat-file(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git cat-file</em> (-t | -s | -e | -p | &lt;type&gt; | --textconv ) &lt;object&gt;
+<pre class="content"><em>git cat-file</em> (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | &lt;type&gt; | --textconv ) &lt;object&gt;
<em>git cat-file</em> (--batch | --batch-check) &lt; &lt;list-of-objects&gt;</pre>
<div class="attribution">
</div></div>
@@ -863,6 +863,14 @@ stdin, and the SHA-1, type, and size of each object is printed on stdout.</p></d
section <code>BATCH OUTPUT</code> below for details.
</p>
</dd>
+<dt class="hdlist1">
+--allow-unknown-type
+</dt>
+<dd>
+<p>
+ Allow -s or -t to query broken/corrupt objects of unknown type.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -994,7 +1002,7 @@ will be reported.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-01-10 12:32:20 PST
+Last updated 2015-05-19 14:25:29 PDT
</div>
</div>
</body>