Skip to content

Commit 5b94967

Browse files
committed
Merge branch 'mg/status-v-v'
* mg/status-v-v: status: document the -v/--verbose option
2 parents fb3e7d5 + 9c589d9 commit 5b94967

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/git-status.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ OPTIONS
4141
--long::
4242
Give the output in the long-format. This is the default.
4343

44+
-v::
45+
--verbose::
46+
In addition to the names of files that have been changed, also
47+
show the textual changes that are staged to be committed
48+
(i.e., like the output of `git diff --cached`). If `-v` is specified
49+
twice, then also show the changes in the working tree that
50+
have not yet been staged (i.e., like the output of `git diff`).
51+
4452
-u[<mode>]::
4553
--untracked-files[=<mode>]::
4654
Show untracked files.

0 commit comments

Comments
 (0)