In merge request page Gitlab offers a tab "Changes" that show the sum of all the differences made in all the commits. This is useful for final review instead of checking single commits that may revert or touch same lines of code.
I wonder if it is possible to check the changes of only a part of the merge request instead of the overall sum. My use case is the following: I reviewed a merge request and ask my colleague for some modification. He implements them and I want to check straightly only the last things he modified.
As "Changes" view is now it is hard to detect only the few things added in respect of all modifications. Does somebody knows if it possible and how to do it?