From db4ef4496e7a99809f7caa52e8821320e5cca7bc Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Tue, 2 Apr 2013 16:20:21 +0200 Subject: status: show 'revert' state and status hint This is the logical equivalent for "git status" of 3ee4452 (bash: teach __git_ps1 about REVERT_HEAD). 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 be7a016173..35cd6cb669 100644 --- a/wt-status.h +++ b/wt-status.h @@ -80,6 +80,7 @@ struct wt_status_state { int rebase_interactive_in_progress; int cherry_pick_in_progress; int bisect_in_progress; + int revert_in_progress; char *branch; char *onto; char *detached_from; -- cgit v1.2.3