commit | a944af1d86e6171d68ed2a3aa67b1d68f00e1fe8 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Sep 08 21:27:19 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Sep 08 21:27:19 2012 -0700 |
tree | 7f351a1a1d9d7f01cc7195a527eab88417789417 | |
parent | d0f1ea6003d97e63110fa7d50bb07f546a909b6e [diff] |
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>