merge-recursive: demonstrate an incorrect conflict with submodule
authorJohannes Sixt <j6t@kdbg.org>
Tue, 8 Jun 2010 11:34:12 +0000 (13:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Jun 2010 16:01:07 +0000 (09:01 -0700)
When one side of a merge turns a directory into a submodule, and the other
side does not touch that directory (but has other non-conflicting changes),
then a merge should succeed. But currently, it does not; it rather fails
with a file/directory conflict.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found