builtin-revert.c: typofix
Signed-off-by: Stephan Beyer <s-beyer@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
bfce5087ee
commit
1e5f7add98
@ -180,7 +180,7 @@ static void set_author_ident_env(const char *message)
|
|||||||
email++;
|
email++;
|
||||||
timestamp = strchr(email, '>');
|
timestamp = strchr(email, '>');
|
||||||
if (!timestamp)
|
if (!timestamp)
|
||||||
die ("Could not extract author email from %s",
|
die ("Could not extract author time from %s",
|
||||||
sha1_to_hex(commit->object.sha1));
|
sha1_to_hex(commit->object.sha1));
|
||||||
*timestamp = '\0';
|
*timestamp = '\0';
|
||||||
for (timestamp++; *timestamp && isspace(*timestamp);
|
for (timestamp++; *timestamp && isspace(*timestamp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user