summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bfce508)
raw | patch | inline | side by side (parent: bfce508)
author | Stephan Beyer <s-beyer@gmx.net> | |
Sat, 2 Aug 2008 01:51:21 +0000 (03:51 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Aug 2008 04:10:40 +0000 (21:10 -0700) |
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-revert.c | patch | blob | history |
diff --git a/builtin-revert.c b/builtin-revert.c
index 0270f9b85a8229d30ab3fab5ce73661f383b005e..bde28b2c4df9e0d79589a594a8d93103a4f7bd39 100644 (file)
--- a/builtin-revert.c
+++ b/builtin-revert.c
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);