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:
commit
1e50f2a689
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user