summaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorLiam Beguin <liambeguin@gmail.com>2017-06-17 22:30:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-19 05:17:47 (GMT)
commitc1b5d0194b98bd3d0acc9cec7070808fbbe6a740 (patch)
tree05c81f1a33815352c41e1a0b17bdeb005913379e /wt-status.h
parente01db917d8e5c66f9f90bf8c44995cf47200273a (diff)
downloadgit-c1b5d0194b98bd3d0acc9cec7070808fbbe6a740.zip
git-c1b5d0194b98bd3d0acc9cec7070808fbbe6a740.tar.gz
git-c1b5d0194b98bd3d0acc9cec7070808fbbe6a740.tar.bz2
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 'wt-status.h')
-rw-r--r--wt-status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h
index 8a38647..d8ae2e5 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -77,6 +77,7 @@ struct wt_status {
unsigned colopts;
int null_termination;
int show_branch;
+ int show_stash;
int hints;
enum wt_status_format status_format;