I am merging branch X(feature) into branch Y(master)
I merged branch X several times into branch Y.
Then I had the bright idea of merging Y into X as well.
Then I added some more commits to X, and opened a new merge request of X into Y.
Why does the diff count say all the files ever changed in X, and not just the latest commit that i added to X?
this is the graph. the red is develop the blue is master the others are feature branches or release branches
