Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pk/rebase-in-c-6-final'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 2 Nov 2018 02:04:56 +0000
(11:04 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 2 Nov 2018 02:04:56 +0000
(11:04 +0900)
The final step of rewriting "rebase -i" in C.
* pk/rebase-in-c-6-final:
rebase: default to using the builtin rebase
builtin/rebase.c
patch
|
blob
|
history
raw
(from parent 1:
4b3517e
)
diff --git
a/builtin/rebase.c
b/builtin/rebase.c
index 789d8698425b2faed583e3a446ac7d082252d282..f1355efee7a023b0080c4b952c7206f4db14b0c9 100644
(file)
--- a/
builtin/rebase.c
+++ b/
builtin/rebase.c
@@
-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);