merge: teach -Xours/-Xtheirs to binary ll-merge driver
authorJunio C Hamano <gitster@pobox.com>
Sun, 9 Sep 2012 04:27:19 +0000 (21:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Sep 2012 04:27:19 +0000 (21:27 -0700)
commita944af1d86e6171d68ed2a3aa67b1d68f00e1fe8
tree7f351a1a1d9d7f01cc7195a527eab88417789417
parentd0f1ea6003d97e63110fa7d50bb07f546a909b6e
merge: teach -Xours/-Xtheirs to binary ll-merge driver

The (discouraged) -Xours/-Xtheirs modes of merge are supposed to
give a quick and dirty way to come up with a random mixture of
cleanly merged parts and punted conflict resolution to take contents
from one side in conflicting parts.  These options however were only
passed down to the low level merge driver for text.

Teach the built-in binary merge driver to notice them as well.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/merge-strategies.txt
ll-merge.c
t/t6037-merge-ours-theirs.sh