Just pick the CE merge base when there's no CE branch
I put `git_run_command("merge-base #{ce_merge_base} HEAD")` before in case the EE branch was behind the CE merge-base. When that happened, I think something would be wrong. However, I just tried to reproduce the issue I hit before, and it looks like I can't really reproduce it now, and just using the CE merge base is working properly. Well, I think even this is not completely solving the issue, it's at least better than the current status. Let's see...
Showing
Please register or sign in to comment