merge-recursive: do not die on a conflicting submodule
commit0c44c94309693d0582e91a6744edc2e8eba46ef8
authorJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2009 18:08:18 +0000 (29 11:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2009 23:50:21 +0000 (29 16:50 -0700)
tree478bfc7cd76c4c9432018ddc686eb121eb418c96
parentd212ca1724b1a3708a3b4cb72c58b20ef442b24f
merge-recursive: do not die on a conflicting submodule

We cannot represent the 3-way conflicted state in the work tree
for these entries, but it is normal not to have commit objects
for them in our repository.  Just update the index and the life
will be good.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c
t/t7405-submodule-merge.sh