diff options
author | Liam Beguin <liambeguin@gmail.com> | 2017-06-17 18:30:51 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-18 22:17:47 -0700 |
commit | c1b5d0194b98bd3d0acc9cec7070808fbbe6a740 (patch) | |
tree | 05c81f1a33815352c41e1a0b17bdeb005913379e /Documentation/git-status.txt | |
parent | stash: update documentation to use 'stash entry' (diff) | |
download | tgif-c1b5d0194b98bd3d0acc9cec7070808fbbe6a740.tar.xz |
status: add optional stash count information
Introduce '--show-stash' and its configuration option 'status.showStash'
to allow git-status to show information about currently stashed entries.
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r-- | Documentation/git-status.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index d70abc6afe..d47f198f15 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -32,6 +32,9 @@ OPTIONS --branch:: Show the branch and tracking info even in short-format. +--show-stash:: + Show the number of entries currently stashed away. + --porcelain[=<version>]:: Give the output in an easy-to-parse format for scripts. This is similar to the short output, but will remain stable |