Skip to content

Fetch CE/branch before running `git apply --check --3way patch`

Rémy Coutable requested to merge 32085-improve-ee-compat-check into master

What does this MR do?

  • Display the output of git apply --check --3way patch to ease the debugging
  • Run git fetch https://gitlab.com/gitlab-org/gitlab-ce.git <ce-branch> before running git apply --check --3way patch

Why was this MR needed?

See issue.

What are the relevant issue numbers?

Closes #32085 (closed)

Merge request reports