summaryrefslogtreecommitdiffstats
path: root/git-show.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-show.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-show.html')
-rw-r--r--git-show.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-show.html b/git-show.html
index d6c44a5ed..6f69343c4 100644
--- a/git-show.html
+++ b/git-show.html
@@ -272,19 +272,19 @@ git-show(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-show</em> [options] &lt;object&gt;&#8230;</p>
+<p><em>git show</em> [options] &lt;object&gt;&#8230;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>Shows one or more objects (blobs, trees, tags and commits).</p>
<p>For commits it shows the log message and textual diff. It also
presents the merge commit in a special format as produced by
-<em>git-diff-tree --cc</em>.</p>
+<tt>git-diff-tree --cc</tt>.</p>
<p>For tags, it shows the tag message and the referenced objects.</p>
-<p>For trees, it shows the names (equivalent to <a href="git-ls-tree.html">git-ls-tree(1)</a>
+<p>For trees, it shows the names (equivalent to <tt>git-ls-tree</tt>
with --name-only).</p>
<p>For plain blobs, it shows the plain contents.</p>
-<p>The command takes options applicable to the <a href="git-diff-tree.html">git-diff-tree(1)</a> command to
+<p>The command takes options applicable to the <tt>git-diff-tree</tt> command to
control how the changes the commit introduces are shown.</p>
<p>This manual page describes only the most frequently used options.</p>
</div>
@@ -792,7 +792,7 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 13-Jun-2008 10:02:43 UTC
+Last updated 02-Jul-2008 03:02:03 UTC
</div>
</div>
</body>