Merge branch 'ps/rev-list-object-type-filter'
Message update. * ps/rev-list-object-type-filter: help: fix small typo in error message
This commit is contained in:
@ -102,7 +102,7 @@ static int gently_parse_list_objects_filter(
|
|||||||
} else if (skip_prefix(arg, "object:type=", &v0)) {
|
} else if (skip_prefix(arg, "object:type=", &v0)) {
|
||||||
int type = type_from_string_gently(v0, strlen(v0), 1);
|
int type = type_from_string_gently(v0, strlen(v0), 1);
|
||||||
if (type < 0) {
|
if (type < 0) {
|
||||||
strbuf_addf(errbuf, _("'%s' for 'object:type=<type>' is"
|
strbuf_addf(errbuf, _("'%s' for 'object:type=<type>' is "
|
||||||
"not a valid object type"), v0);
|
"not a valid object type"), v0);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user