summaryrefslogtreecommitdiffstats
path: root/git-show.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-show.html')
-rw-r--r--git-show.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-show.html b/git-show.html
index 89367cb5e..a233ff4c6 100644
--- a/git-show.html
+++ b/git-show.html
@@ -2543,7 +2543,8 @@ explained for the configuration variable <code>core.quotePath</code> (see
</dt>
<dd>
<p>
- Show only names of changed files. The file names are often encoded in UTF-8.
+ Show only the name of each changed file in the post-image tree.
+ The file names are often encoded in UTF-8.
For more information see the discussion about encoding in the <a href="git-log.html">git-log(1)</a>
manual page.
</p>
@@ -2553,7 +2554,7 @@ explained for the configuration variable <code>core.quotePath</code> (see
</dt>
<dd>
<p>
- Show only names and status of changed files. See the description
+ Show only the name(s) and status of each changed file. See the description
of the <code>--diff-filter</code> option on what the status letters mean.
Just like <code>--name-only</code> the file names are often encoded in UTF-8.
</p>