I\'m making a tool for \'merge change\' (e.g the change created by git merge command). It\'s easy to get it by using git merge-base command.
git merge
git merge-base
But