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>
This commit is contained in:

committed by
Junio C Hamano

parent
db4ef4496e
commit
87e139c0ad
@ -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);
|
||||
|
Reference in New Issue
Block a user