In git, I have already merged two branches, but I would like to 3-way diff the two (already) merged branches along with their ancestor (3-way diff). Is there a way to do this? Note that I don't want to undo the merge, just inspect the differences.
I prefer to use meld for to view the differences, if possible.