1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-09 15:16:11 +02:00

Merge branch 'mg/status-v-v'

* mg/status-v-v:
  status: document the -v/--verbose option
This commit is contained in:
Junio C Hamano 2015-04-28 13:00:18 -07:00
commit 5b9496768f

View File

@ -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.