xdl_merge(): introduce xmparam_t for merge specific parameters
authorJunio C Hamano <gitster@pobox.com>
Sun, 17 Jan 2010 05:01:28 +0000 (21:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Jan 2010 05:33:13 +0000 (21:33 -0800)
So far we have only needed to be able to pass an option that is generic to
xdiff family of functions to this function. Extend the interface so that
we can give it merge specific parameters.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found