Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
reflog: add missing single quote to error message
[gitweb.git]
/
builtin
/
reflog.c
diff --git
a/builtin/reflog.c
b/builtin/reflog.c
index 44700f92432adf9545d160e698fd57aa3cc07d29..177e0acd2003995064fd9c83803a43c5336ef143 100644
(file)
--- a/
builtin/reflog.c
+++ b/
builtin/reflog.c
@@
-497,7
+497,7
@@
static int parse_expire_cfg_value(const char *var, const char *value, unsigned l
if (!value)
return config_error_nonbool(var);
if (parse_expiry_date(value, expire))
- return error(_("%s' for '%s' is not a valid timestamp"),
+ return error(_("
'
%s' for '%s' is not a valid timestamp"),
value, var);
return 0;
}