mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
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
This commit is contained in:
commit
ee5e90434e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ static int use_builtin_rebase(void)
|
|||
cp.git_cmd = 1;
|
||||
if (capture_command(&cp, &out, 6)) {
|
||||
strbuf_release(&out);
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
strbuf_trim(&out);
|
||||
|
|
Loading…
Reference in a new issue