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>
This commit is contained in:
committed by
Junio C Hamano
parent
e01db917d8
commit
c1b5d0194b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user