aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorLiam Beguin <liambeguin@gmail.com>2017-06-17 18:30:51 -0400
committerJunio C Hamano <gitster@pobox.com>2017-06-18 22:17:47 -0700
commitc1b5d0194b98bd3d0acc9cec7070808fbbe6a740 (patch)
tree05c81f1a33815352c41e1a0b17bdeb005913379e /Documentation/git-status.txt
parente01db917d8e5c66f9f90bf8c44995cf47200273a (diff)
downloadgit-c1b5d0194b98bd3d0acc9cec7070808fbbe6a740.tar.gz
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.txt3
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