Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: default to using the builtin rebase
[gitweb.git]
/
builtin
/
rebase.c
diff --git
a/builtin/rebase.c
b/builtin/rebase.c
index 60e357c7350270433e195188fee24d204dc0d96f..9dc8475cd361af2ad712f4f53df3453df5f9bd45 100644
(file)
--- a/
builtin/rebase.c
+++ b/
builtin/rebase.c
@@
-54,7
+54,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);