diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-04-28 13:00:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-28 13:00:18 -0700 |
commit | 5b9496768faba9378a685a2c750c29eb5662332a (patch) | |
tree | 00e804acbf8355a9c39241becbe219ff87273d7c /Documentation/git-status.txt | |
parent | fb3e7d5515308c73c54c797356651d6ca41b58a6 (diff) | |
parent | 9c589d971ee5712b58e1ffaf134db585478a6330 (diff) | |
download | git-5b9496768faba9378a685a2c750c29eb5662332a.tar.gz |
Merge branch 'mg/status-v-v'
* mg/status-v-v:
status: document the -v/--verbose option
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r-- | Documentation/git-status.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index b3319f7c2a..5221f950ce 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[<mode>]:: --untracked-files[=<mode>]:: Show untracked files. |