summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-04-22 12:23:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-04-23 04:42:38 (GMT)
commita6f47b2be43fbe70236316edc6c87ad9522c485d (patch)
tree5306a501dde7256e5d978e8495e6b068ef6846cb /Documentation
parent9231f500c394ede405fcfdca151dd7758ce99ced (diff)
downloadgit-a6f47b2be43fbe70236316edc6c87ad9522c485d.zip
git-a6f47b2be43fbe70236316edc6c87ad9522c485d.tar.gz
git-a6f47b2be43fbe70236316edc6c87ad9522c485d.tar.bz2
diff options documentation: refer to --diff-filter in --name-status
git diff --name-status outputs letters, but the meaning of those letters is documented elsewhere. Add a note to make the manpage more intuitive. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/diff-options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 8d35cbd..60d0e53 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -75,7 +75,8 @@ endif::git-format-patch[]
Show only names of changed files.
--name-status::
- Show only names and status of changed files.
+ Show only names and status of changed files. See the description
+ of the `--diff-filter` option on what the status letters mean.
--color::
Show colored diff.