From c1b5d0194b98bd3d0acc9cec7070808fbbe6a740 Mon Sep 17 00:00:00 2001 From: Liam Beguin Date: Sat, 17 Jun 2017 18:30:51 -0400 Subject: 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 Signed-off-by: Junio C Hamano --- wt-status.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wt-status.h') diff --git a/wt-status.h b/wt-status.h index 8a3864783b..d8ae2e590d 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; -- cgit v1.2.3