git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] builtin-revert.c: typofix
@ 2008-08-02  1:51 Stephan Beyer
  0 siblings, 0 replies; only message in thread
From: Stephan Beyer @ 2008-08-02  1:51 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, gitster, Stephan Beyer

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
---
 builtin-revert.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin-revert.c b/builtin-revert.c
index e9da870..27881e9 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);
-- 
1.6.0.rc0.49.gd39f

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-02  1:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-02  1:51 [PATCH] builtin-revert.c: typofix Stephan Beyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).