Skip to content

Commit 1e50f2a

Browse files
committed
Merge branch 'mr/bisect-in-c-4'
Message fix. * mr/bisect-in-c-4: bisect--helper: add space between colon and following sentence
2 parents 0cc4ec1 + 273c9c5 commit 1e50f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/bisect--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ static int bisect_run(struct bisect_terms *terms, const char **argv, int argc)
11571157
printf(_("bisect found first bad commit"));
11581158
res = BISECT_OK;
11591159
} else if (res) {
1160-
error(_("bisect run failed:'git bisect--helper --bisect-state"
1160+
error(_("bisect run failed: 'git bisect--helper --bisect-state"
11611161
" %s' exited with error code %d"), args.v[0], res);
11621162
} else {
11631163
continue;

0 commit comments

Comments
 (0)