Skip to content

Commit

Permalink
diff options documentation: refer to --diff-filter in --name-status
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Miklos Vajna authored and gitster committed Apr 23, 2008
1 parent 9231f50 commit a6f47b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a6f47b2

Please sign in to comment.