Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/asciidoctor-section-heading-markup-fix'
[gitweb.git]
/
builtin
/
reflog.c
diff --git
a/builtin/reflog.c
b/builtin/reflog.c
index 7ed0e8501c149312676c0bce6fa52372a11b6fff..f96ca2a27dcb9ac6daa3aa110ff657981296502a 100644
(file)
--- a/
builtin/reflog.c
+++ b/
builtin/reflog.c
@@
-429,7
+429,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;
}