Skip to content

Commit

Permalink
Merge branch 'mg/status-v-v'
Browse files Browse the repository at this point in the history
* mg/status-v-v:
  status: document the -v/--verbose option
  • Loading branch information
Junio C Hamano committed Apr 28, 2015
2 parents fb3e7d5 + 9c589d9 commit 5b94967
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/git-status.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ OPTIONS
--long::
Give the output in the long-format. This is the default.

-v::
--verbose::
In addition to the names of files that have been changed, also
show the textual changes that are staged to be committed
(i.e., like the output of `git diff --cached`). If `-v` is specified
twice, then also show the changes in the working tree that
have not yet been staged (i.e., like the output of `git diff`).

-u[<mode>]::
--untracked-files[=<mode>]::
Show untracked files.
Expand Down

0 comments on commit 5b94967

Please sign in to comment.