Commit 44b91aca authored by Lin Jen-Shin's avatar Lin Jen-Shin

We should just pass the merge-base after all

parent 6220bdbb
......@@ -152,7 +152,7 @@ module EESpecificCheck
# CE and EE branches.
def checkout_and_rebase(new_base, old_base, target_head)
with_detached_head(target_head) do
run_git_command("rebase --onto #{new_base} #{old_base}~1 #{target_head}")
run_git_command("rebase --onto #{new_base} #{old_base} #{target_head}")
status = git_status
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment