summaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2013-04-02 14:20:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-02 21:22:55 (GMT)
commitdb4ef4496e7a99809f7caa52e8821320e5cca7bc (patch)
treec836d1591e398ed5f0cb7874357788404fe58cf1 /wt-status.h
parentcc3e4eba723570bf77902c017611ee02bb86c8b3 (diff)
downloadgit-db4ef4496e7a99809f7caa52e8821320e5cca7bc.zip
git-db4ef4496e7a99809f7caa52e8821320e5cca7bc.tar.gz
git-db4ef4496e7a99809f7caa52e8821320e5cca7bc.tar.bz2
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 <Matthieu.Moy@imag.fr> 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 be7a016..35cd6cb 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;