Commit c3f19871 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Try to merge recursively and patiently

parent 6dc60935
......@@ -231,7 +231,7 @@ module EESpecificCheck
def find_forward_ce_head(ce_merge_base, ce_fetch_head)
with_detached_head(ce_fetch_head) do
run_git_command("merge #{ce_merge_base}")
run_git_command("merge #{ce_merge_base} -s recursive -X patience")
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