Hi, note that in my git tree there is a git merge implementation which does out-of-tree merges now. It is still very trivial, and basically just does something along the lines of (symbolically written) checkout-cache $(diff-tree) git diff $base $mergedbranch | git apply .. fix rejects etc .. git commit It seems to work, but it is only very lightly tested - it is likely there are various tiny mistakes and typos in various unusual code paths and other weird corners of the scripts. Testing is encouraged, and especially patches fixing bugs you come over. It is designed in a way to make it possible to just replace the checkout-cache and git diff | git apply steps with the merge-tree.pl tool when it is finished. Thanks, -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ C++: an octopus made by nailing extra legs onto a dog. -- Steve Taylor - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Apr 15 08:11:47 2005
This archive was generated by hypermail 2.1.8 : 2005-04-15 09:53:43 EST