git log $(git merge-base --octopus $(git log -1 --merges --pretty=format:%P)).. --boundary
git diff --cc $M $M^1 $M^2 $(git merge-base $M^1 $M^2)