mirror of
https://github.com/git/git.git
synced 2026-03-06 15:29:05 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user