Open
Description
Hi,
First I want to say this is good idea which can be very useful.
One thing that I found is that in the "Merge Request's Changes" diff is generated between the base commit and HEAD, but it should be between target branch and HEAD.
The command git diff target-branch...merge-request-branch
gives exactly what we need.
The problem is visible if there is a long running MR with updates from target branch, then in changes we show changes which actually were done in target branch.