From 87e139c0ad32b72ad989fe7d69381f1146250f7a Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Tue, 2 Apr 2013 16:20:22 +0200 Subject: status: show commit sha1 in "You are currently reverting" message 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 35cd6cb669..4121bc208d 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); -- cgit v1.2.1