Merge branch 'mr/bisect-in-c-4'

Message fix.

* mr/bisect-in-c-4:
  bisect--helper: add space between colon and following sentence
This commit is contained in:
Junio C Hamano 2021-10-11 10:21:49 -07:00
commit 1e50f2a689

View file

@ -1157,7 +1157,7 @@ static int bisect_run(struct bisect_terms *terms, const char **argv, int argc)
printf(_("bisect found first bad commit"));
res = BISECT_OK;
} else if (res) {
error(_("bisect run failed:'git bisect--helper --bisect-state"
error(_("bisect run failed: 'git bisect--helper --bisect-state"
" %s' exited with error code %d"), args.v[0], res);
} else {
continue;