t3509: Add rename + D/F conflict testcase that recursive strategy fails
authorElijah Newren <newren@gmail.com>
Wed, 8 Sep 2010 06:40:40 +0000 (00:40 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2010 00:01:32 +0000 (17:01 -0700)
When one side of a file rename matches a directory name on the other side,
the recursive merge strategy will fail. This is true even if the merge is
trivially resolvable.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found