aboutsummaryrefslogtreecommitdiff
path: root/t/t7405-submodule-merge.sh
Commit message (Collapse)AuthorAge
* merge-recursive: do not die on a conflicting submoduleJunio C Hamano2009-04-29
| | | | | | | | | 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>
* update cache for conflicting submodule entriesClemens Buchacher2009-04-05
| | | | | | | | | | | | | When merging merge bases during a recursive merge we do not want to leave any unmerged entries. Otherwise we cannot create a temporary tree for the recursive merge to work with. We failed to do so in case of a submodule conflict between merge bases, causing a NULL pointer dereference in the next step of the recursive merge. Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* add tests for merging with submodulesClemens Buchacher2009-04-05
Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>