summaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2013-04-02 14:20:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-02 21:22:56 (GMT)
commit87e139c0ad32b72ad989fe7d69381f1146250f7a (patch)
treef83a437db7c9a0eb73a50326e184cecd7a5fd344 /wt-status.h
parentdb4ef4496e7a99809f7caa52e8821320e5cca7bc (diff)
downloadgit-87e139c0ad32b72ad989fe7d69381f1146250f7a.zip
git-87e139c0ad32b72ad989fe7d69381f1146250f7a.tar.gz
git-87e139c0ad32b72ad989fe7d69381f1146250f7a.tar.bz2
status: show commit sha1 in "You are currently reverting" message
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 35cd6cb..4121bc2 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -85,6 +85,7 @@ struct wt_status_state {
char *onto;
char *detached_from;
unsigned char detached_sha1[20];
+ unsigned char revert_head_sha1[20];
};
void wt_status_prepare(struct wt_status *s);