commit | 6db41050a360d83e89114602ecc81c208323080f | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu May 19 20:17:44 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 19 20:33:38 2011 -0700 |
tree | 7a9f293d1cb3441cb34fec70cfd0a307302c21a3 | |
parent | d192508cd6867059ccc4ce0946ec1110028dad37 [diff] |
Revert "Merge branch 'en/merge-recursive'" As the band-aid to merge-recursive seems to regress complex merges in an unpleasant way. The merge-recursive implementation needs to be rewritten in such a way that it resolves renames and D/F conflicts entirely in-core and not to touch working tree at all while doing so. But in the meantime, this reverts commit ac9666f84 that merged the topic in its entirety.