From 1e5f7add985dbccc0e811dbb6eff5047d8843118 Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Sat, 2 Aug 2008 03:51:21 +0200 Subject: builtin-revert.c: typofix Signed-off-by: Stephan Beyer Signed-off-by: Junio C Hamano --- builtin-revert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin-revert.c b/builtin-revert.c index 0270f9b85..bde28b2c4 100644 --- a/builtin-revert.c +++ b/builtin-revert.c @@ -180,7 +180,7 @@ static void set_author_ident_env(const char *message) email++; timestamp = strchr(email, '>'); if (!timestamp) - die ("Could not extract author email from %s", + die ("Could not extract author time from %s", sha1_to_hex(commit->object.sha1)); *timestamp = '\0'; for (timestamp++; *timestamp && isspace(*timestamp); -- cgit v1.2.1