I am trying to merge 2 branches in git. The branches have chunks of nearly identical content, but in different files. Merge wants keep the content in both files leading to duplication.
Presumably one branch moved the content from one file to the other at some point. How can I find out when, in which direction and on which branch?