summaryrefslogtreecommitdiffstats
path: root/git-show.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-show.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-show.html')
-rw-r--r--git-show.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-show.html b/git-show.html
index 8489cf51a..0516a2556 100644
--- a/git-show.html
+++ b/git-show.html
@@ -327,12 +327,12 @@ git-show(1) Manual Page
<div class="para"><p>Shows one or more objects (blobs, trees, tags and commits).</p></div>
<div class="para"><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></div>
+<em>git diff-tree --cc</em>.</p></div>
<div class="para"><p>For tags, it shows the tag message and the referenced objects.</p></div>
-<div class="para"><p>For trees, it shows the names (equivalent to <em>git-ls-tree</em>
+<div class="para"><p>For trees, it shows the names (equivalent to <em>git ls-tree</em>
with --name-only).</p></div>
<div class="para"><p>For plain blobs, it shows the plain contents.</p></div>
-<div class="para"><p>The command takes options applicable to the <em>git-diff-tree</em> command to
+<div class="para"><p>The command takes options applicable to the <em>git diff-tree</em> command to
control how the changes the commit introduces are shown.</p></div>
<div class="para"><p>This manual page describes only the most frequently used options.</p></div>
</div>
@@ -892,7 +892,7 @@ mind.</p></div>
<div class="olist"><ol>
<li>
<p>
-<em>git-commit</em> and <em>git-commit-tree</em> issues
+<em>git commit</em> and <em>git commit-tree</em> issues
a warning if the commit log message given to it does not look
like a valid UTF-8 string, unless you explicitly say your
project uses a legacy encoding. The way to say this is to
@@ -910,7 +910,7 @@ implies that the commit log message is encoded in UTF-8.</p></div>
</li>
<li>
<p>
-<em>git-log</em>, <em>git-show</em>, <em>git-blame</em> and friends look at the
+<em>git log</em>, <em>git show</em>, <em>git blame</em> and friends look at the
<tt>encoding</tt> header of a commit object, and try to re-code the
log message into UTF-8 unless otherwise specified. You can
specify the desired output encoding with
@@ -946,7 +946,7 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-21 00:41:40 UTC
+Last updated 2010-01-21 17:44:38 UTC
</div>
</div>
</body>