Message ID | nycvar.QRO.7.76.6.1906212205360.44@tvgsbejvaqbjf.bet (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | md/list-objects-filter-combo, was Re: What's cooking in git.git (Jun 2019, #05; Wed, 19) | expand |
diff -u -p a/list-objects-filter-options.c b/list-objects-filter-options.c --- a/list-objects-filter-options.c +++ b/list-objects-filter-options.c @@ -146,7 +146,7 @@ static int parse_combine_filter( int result = 0; if (!subspecs[0]) { - strbuf_addf(errbuf, + strbuf_addstr(errbuf, _("expected something after combine:")); result = 1; goto cleanup;