summaryrefslogtreecommitdiffstats
path: root/git-cat-file.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-25 05:55:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-25 05:55:22 +0000
commit8eb323cd1826b5ca863990318cd73992085d03b6 (patch)
tree02c5f152dae588d7aa200e79ff203380f9dac78c /git-cat-file.html
parent59929ee0dab1fc41579cb4a961e61cb1b28cc098 (diff)
downloadgit-htmldocs-8eb323cd1826b5ca863990318cd73992085d03b6.tar.gz
Autogenerated HTML docs for v1.3.3-ged90
Diffstat (limited to 'git-cat-file.html')
-rw-r--r--git-cat-file.html17
1 files changed, 13 insertions, 4 deletions
diff --git a/git-cat-file.html b/git-cat-file.html
index 0b071a7c1..d52d225cf 100644
--- a/git-cat-file.html
+++ b/git-cat-file.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 7.0.1" />
+<meta name="generator" content="AsciiDoc 7.0.2" />
<style type="text/css">
/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -272,12 +272,12 @@ git-cat-file(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-cat-file</em> [-t | -s | -e | &lt;type&gt;] &lt;object&gt;</p>
+<p><em>git-cat-file</em> [-t | -s | -e | -p | &lt;type&gt;] &lt;object&gt;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Provides content or type of objects in the repository. The type
-is required unless <em>-t</em> is used to find the object 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>
<h2>OPTIONS</h2>
@@ -319,6 +319,14 @@ or <em>-s</em> is used to find the object size.</p>
</p>
</dd>
<dt>
+-p
+</dt>
+<dd>
+<p>
+ Pretty-print the contents of &lt;object&gt; based on its type.
+</p>
+</dd>
+<dt>
&lt;type&gt;
</dt>
<dd>
@@ -338,6 +346,7 @@ or <em>-s</em> is used to find the object size.</p>
<p>If <em>-t</em> is specified, one of the &lt;type&gt;.</p>
<p>If <em>-s</em> is specified, the size of the &lt;object&gt; in bytes.</p>
<p>If <em>-e</em> is specified, no output.</p>
+<p>If <em>-p</em> is specified, the contents of &lt;object&gt; are pretty-printed.</p>
<p>Otherwise the raw (though uncompressed) contents of the &lt;object&gt; will
be returned.</p>
</div>
@@ -355,7 +364,7 @@ be returned.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-Jan-2006 17:12:05 PDT
+Last updated 25-May-2006 05:54:45 UTC
</div>
</div>
</body>