summaryrefslogtreecommitdiffstats
path: root/git-diff-files.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-diff-files.html')
-rw-r--r--git-diff-files.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-diff-files.html b/git-diff-files.html
index 53a210965..ebbb2b0f8 100644
--- a/git-diff-files.html
+++ b/git-diff-files.html
@@ -1145,7 +1145,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>
@@ -1155,7 +1156,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>