Wikipedia says this is pretty good: http://en.wikipedia.org/wiki/Merge_(revision_control)#Three-way_merge
But how does one implement that? or are there any gems / plugins for Ruby on Rails that will handle that for me?
My situation:
• I have base text
• changes from person A
• changes from person B
• both changes should be included and not overriding the other
any directions I could be pointed in? thanks!