diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-22 14:23:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-22 21:42:38 -0700 |
commit | a6f47b2be43fbe70236316edc6c87ad9522c485d (patch) | |
tree | 5306a501dde7256e5d978e8495e6b068ef6846cb /Documentation | |
parent | 9231f500c394ede405fcfdca151dd7758ce99ced (diff) | |
download | git-a6f47b2be43fbe70236316edc6c87ad9522c485d.tar.gz |
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.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 8d35cbd60d..60d0e53a78 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. |