"Catalin Marinas" <catalin.marinas@xxxxxxxxx> writes: > On 13/12/06, Junio C Hamano <junkio@xxxxxxx> wrote: >> Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: >> > What is this new xdl_merge()? Is it a better replacement for diff3? In > this situation diff3 would actually show two confict parts, each of > them being the full file, with an empty ancestor. The calls to xdl_merge() from merge-recursive replace invocations to external "merge" from RCS suite. An older merge-recursive had a bug (as you noticed and adjusted StGIT with the commit 8d41555) in that it did not leave anything in the working tree in add/add situation, while merge-resolve would have left its best attempt of ancestor-less two file merge (which is not necessarily the straight diff3 "no common section, full copies from both" result). The change in question corrects that problem and merge-recursive would create a file in the working tree just like merge-resolve would. You were CC'ed just in case this change in behaviour might interact with the abovementioned change in StGIT, but as you say the change would not break StGIT, we would all be happy ;-). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html