Merge request showing changes not in diff
Created by: daveroberts
I have two branches, I want them merged together.
If I run git diff branch1 branch2
I get a very small set of changes which relate to one commit which I made.
The merge request page in GitLab however, shows two commits: one with the feature I added, and another from a merge which was done on the original branch.
As a result, the merge request page is showing changes which are not in the diff.