Improved submodule merge support
authorFinn Arne Gangstad <finnag@pvv.org>
Tue, 18 Dec 2007 19:50:28 +0000 (20:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Dec 2007 00:58:42 +0000 (16:58 -0800)
When merging conflicting submodule changes from a supermodule, generate
a conflict message saying what went wrong. Also leave the tree in a state
where git status shows the conflict, and git submodule status gives the user
enough information to do the merge manally. Previously this would just fail.

Signed-off-by: Finn Arne Gangstad <finnag@pvv.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found