summaryrefslogtreecommitdiffstats
path: root/git-diff-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-28 13:40:44 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-28 13:40:44 -0700
commit1bfbb6c659ae0cb6db3e4bf289cf1f4b872a20d5 (patch)
treec4184c4a3374f32f5303825128f3690130a69b7b /git-diff-index.html
parentd414f4cb00a2ad73aef33b3df685909afc424c96 (diff)
downloadgit-htmldocs-master.tar.gz
Autogenerated HTML docs for v2.45.1-313-g3a57aHEADmaster
Diffstat (limited to 'git-diff-index.html')
-rw-r--r--git-diff-index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-diff-index.html b/git-diff-index.html
index 8ccf040b0..befc27317 100644
--- a/git-diff-index.html
+++ b/git-diff-index.html
@@ -1146,7 +1146,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>
@@ -1156,7 +1157,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>