Skip to content

make sure to compare against the latest target branch version

Christian Gumpert requested to merge ACTS-252_apply_code_style into release-0.03.X

When applying the code style, we should make sure that we compare against the latest target branch version. Checking out the source branch gave an error if this branch existed in multiple remote repositories. It is obsolete anyway since we reset the working copy to the FETCH_HEAD later.

Fixes ACTS-252.

Merge request reports