summaryrefslogtreecommitdiffstats
path: root/git-cat-file.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-26 08:39:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-26 08:39:38 +0000
commit1de7572eb1aa483cc2aaca1db274928ffc6830f0 (patch)
treeac708c90ee1a4a4765a9e852319760583d609fc6 /git-cat-file.html
parent625716ad62c5c0b2c57c90079944a7f6b914bb09 (diff)
downloadgit-htmldocs-1de7572eb1aa483cc2aaca1db274928ffc6830f0.tar.gz
Autogenerated HTML docs for v1.6.2.1-389-geed1
Diffstat (limited to 'git-cat-file.html')
-rw-r--r--git-cat-file.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/git-cat-file.html b/git-cat-file.html
index 9aefb1308..08a2291e6 100644
--- a/git-cat-file.html
+++ b/git-cat-file.html
@@ -314,7 +314,7 @@ git-cat-file(1) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>git-cat-file -
- Provide content or type/size information for repository objects
+ Provide content or type and size information for repository objects
</p>
</div>
</div>
@@ -326,11 +326,11 @@ git-cat-file(1) Manual Page
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="para"><p>In the first form, provides content or type of objects 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>
-<div class="para"><p>In the second form, a list of object (separated by LFs) is provided on stdin,
-and the SHA1, type, and size of each object is printed on stdout.</p></div>
+<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>
+<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>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -342,7 +342,7 @@ and the SHA1, type, and size of each object is printed on stdout.</p></div>
<p>
The name of the object to show.
For a more complete list of ways to spell object names, see
- "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.
+ the "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.
</p>
</dd>
<dt>
@@ -407,8 +407,8 @@ and the SHA1, type, and size of each object is printed on stdout.</p></div>
</dt>
<dd>
<p>
- Print the SHA1, type, and size of each object provided on stdin. May not be
- combined with any other options or arguments.
+ Print the SHA1, type, and size of each object provided on stdin. May not
+ be combined with any other options or arguments.
</p>
</dd>
</dl></div>
@@ -455,7 +455,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 2009-02-14 08:18:04 UTC
+Last updated 2009-03-26 08:39:12 UTC
</div>
</div>
</body>