Autogenerated HTML docs for v1.3.3-ged90
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 25 May 2006 05:55:22 +0000 (05:55 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 25 May 2006 05:55:22 +0000 (05:55 +0000)
git-cat-file.html
git-cat-file.txt

index 0b071a7..d52d225 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -272,12 +272,12 @@ git-cat-file(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-cat-file</em> [-t | -s | -e | &lt;type&gt;] &lt;object&gt;</p>\r
+<p><em>git-cat-file</em> [-t | -s | -e | -p | &lt;type&gt;] &lt;object&gt;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
 <p>Provides content or type of objects in the repository. The type\r
-is required unless <em>-t</em> is used to find the object type,\r
+is required unless <em>-t</em> or <em>-p</em> is used to find the object type,\r
 or <em>-s</em> is used to find the object size.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
@@ -319,6 +319,14 @@ or <em>-s</em> is used to find the object size.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-p\r
+</dt>\r
+<dd>\r
+<p>\r
+        Pretty-print the contents of &lt;object&gt; based on its type.\r
+</p>\r
+</dd>\r
+<dt>\r
 &lt;type&gt;\r
 </dt>\r
 <dd>\r
@@ -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>\r
 <p>If <em>-s</em> is specified, the size of the &lt;object&gt; in bytes.</p>\r
 <p>If <em>-e</em> is specified, no output.</p>\r
+<p>If <em>-p</em> is specified, the contents of &lt;object&gt; are pretty-printed.</p>\r
 <p>Otherwise the raw (though uncompressed) contents of the &lt;object&gt; will\r
 be returned.</p>\r
 </div>\r
@@ -355,7 +364,7 @@ be returned.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Jan-2006 17:12:05 PDT\r
+Last updated 25-May-2006 05:54:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 504eb1b..5e9cbf8 100644 (file)
@@ -8,12 +8,12 @@ git-cat-file - Provide content or type information for repository objects
 
 SYNOPSIS
 --------
-'git-cat-file' [-t | -s | -e | <type>] <object>
+'git-cat-file' [-t | -s | -e | -p | <type>] <object>
 
 DESCRIPTION
 -----------
 Provides content or type of objects in the repository. The type
-is required unless '-t' is used to find the object type,
+is required unless '-t' or '-p' is used to find the object type,
 or '-s' is used to find the object size.
 
 OPTIONS
@@ -33,6 +33,9 @@ OPTIONS
        Suppress all output; instead exit with zero status if <object>
        exists and is a valid object.
 
+-p::
+       Pretty-print the contents of <object> based on its type.
+
 <type>::
        Typically this matches the real type of <object> but asking
        for a type that can trivially be dereferenced from the given
@@ -49,6 +52,8 @@ If '-s' is specified, the size of the <object> in bytes.
 
 If '-e' is specified, no output.
 
+If '-p' is specified, the contents of <object> are pretty-printed.
+
 Otherwise the raw (though uncompressed) contents of the <object> will
 be returned.