Skip to content

Commit 273c9c5

Browse files
bagasmegitster
authored andcommitted
bisect--helper: add space between colon and following sentence
Add missing space between colon sentence (`bisect-run failed:`) and the following sentence (`git bisect--helper --bisect-state`). Fixes: d1bbbe4 (bisect--helper: reimplement `bisect_run` shell function in C, 2021-09-13) Signed-off-by: Bagas Sanjaya <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 911aba1 commit 273c9c5

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)