diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-01 23:55:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-01 23:55:51 -0700 |
commit | 2b603260f325b895baa20867bd45c8e251f19b78 (patch) | |
tree | 3e738846185eeebd2985940715197d91bec15f4f /builtin-revert.c | |
parent | 0fe8c1381043ef64fce1b8372df19046a4b1518e (diff) | |
parent | e12455479651c3444aca9cf550b1e1beed1055a6 (diff) | |
download | git-2b603260f325b895baa20867bd45c8e251f19b78.tar.gz |
Merge branch 'maint'
Diffstat (limited to 'builtin-revert.c')
-rw-r--r-- | builtin-revert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-revert.c b/builtin-revert.c index e9da870d22..27881e9493 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); |