diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index b3319f7c2adb666522d0461e14703940d25e1709..5221f950ce06cda1a764424ec217760d044a5ac3 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -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[]:: --untracked-files[=]:: Show untracked files.