diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2013-04-02 16:20:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-02 14:22:55 -0700 |
commit | db4ef4496e7a99809f7caa52e8821320e5cca7bc (patch) | |
tree | c836d1591e398ed5f0cb7874357788404fe58cf1 /wt-status.h | |
parent | Update draft release notes to 1.8.3 (diff) | |
download | tgif-db4ef4496e7a99809f7caa52e8821320e5cca7bc.tar.xz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |