Why does gitlab say i have tons of diffs even though i already merged the branch

50 Views Asked by At

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

enter image description here

0

There are 0 best solutions below