From 6a964f57e52bb25d9233ff6d38c82a16f21f60aa Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Thu, 12 Sep 2013 12:50:05 +0200 Subject: wt-status: turn advice_status_hints into a field of wt_status No behavior change in this patch, but this makes the display of status hints more flexible as they can be enabled or disabled for individual calls to commit.c:run_status(). Signed-off-by: Matthieu Moy 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 fb7152e18..b4c9cb46c 100644 --- a/wt-status.h +++ b/wt-status.h @@ -59,6 +59,7 @@ struct wt_status { unsigned colopts; int null_termination; int show_branch; + int hints; /* These are computed during processing of the individual sections */ int commitable; -- cgit v1.2.1