Re: [PATCH 2/3] make union merge an xdl merge favor
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:48:22
Bert Wesarg [off-list ref] writes:
The current union merge driver is implemented as an post process. But the xdl_merge code is quite capable to produce the result by itself. Therefore move to it there and teach git-merge-file a new --union option.
I like the idea of patch 2 and 3 but they are independent of what we do (or don't do) to merge-file. Could you flip the order of the patches so that 2 and 3 can go first?