]> git.ipfire.org Git - thirdparty/git.git/commit
octopus: allow criss-cross and clarify the message when it rejects
authorJunio C Hamano <junkio@cox.net>
Fri, 13 Jan 2006 09:37:09 +0000 (01:37 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 13 Jan 2006 09:40:16 +0000 (01:40 -0800)
commitc884dd9a54fcde71ea125c86e6b6ab92acbbc7cf
tree20995b64343e548941ccb2e00796496dedb73149
parent4dc00021f784697e6d196ec285c8689d0777c533
octopus: allow criss-cross and clarify the message when it rejects

We rejected multi-base merge situations even though we used the
same underlying multi-base git-read-tree as the resolve strategy
uses.  This was unneeded and did not add much to ensure the
merge to be truly trivial, so remove this restriction and be
more similar to what resolve does.

Also when the merge did not trivially resolve, we rejected
without stating that octopus strategy does not handle the
situation.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-merge-octopus.sh