Possible Duplicate:
When would you use the different git merge strategies?
When git merges files I’m working on, I see:
Merge made by the 'recursive' strategy
What exactly is the recursive strategy? What other strategies are there (if any)? And what would be the benefit of using one over the other? Do different strategies have different performances? Or could two different strategies result in different merge results?
From
git help merge: