Skip to content

Commit ee5e904

Browse files
committed
Merge branch 'pk/rebase-in-c-6-final'
The final step of rewriting "rebase -i" in C. * pk/rebase-in-c-6-final: rebase: default to using the builtin rebase
2 parents 4b3517e + 5541bd5 commit ee5e904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/rebase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static int use_builtin_rebase(void)
5555
cp.git_cmd = 1;
5656
if (capture_command(&cp, &out, 6)) {
5757
strbuf_release(&out);
58-
return 0;
58+
return 1;
5959
}
6060

6161
strbuf_trim(&out);

0 commit comments

Comments
 (0)