I made cherry-pick of a commit from the feature branch to the master branch. But these changed files was moved to another folder in master-branch. So I have used follow answer to merge moved files: git merge conflict due to moved files
But now I have a problem: instead of calculate the diff of replaced files git want to override them all. How can I recalculate difference for a correct merge-commit?