Merge branch 'jk/delete-modechange-conflict'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 20:06:56 +0000 (13:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 20:06:57 +0000 (13:06 -0700)
Merging a branch that removes a path and another that changes the
mode bits on the same path should have conflicted at the path, but
it didn't and silently favoured the removal.

* jk/delete-modechange-conflict:
merge: detect delete/modechange conflict
t6031: generalize for recursive and resolve strategies
t6031: move triple-rename test to t3030

1  2 
merge-recursive.c
Simple merge