]> git.ipfire.org Git - thirdparty/git.git/commit - read-tree.c
[PATCH] read-tree: loosen too strict index requirements
authorJunio C Hamano <junkio@cox.net>
Sat, 11 Jun 2005 09:53:57 +0000 (02:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 03:40:20 +0000 (20:40 -0700)
commit036d51cc557bcf919246ad30cb2ac7736bfc836b
tree0691823355c5aa9b395fab377e11582808d38687
parent32192e6622d78347448cfc0572827d6e64e0de28
[PATCH] read-tree: loosen too strict index requirements

This patch teaches read-tree 3-way merge that, when only "the
other tree" changed a path, and if the index file already has
the same change, we are not in a situation that would clobber
the index and the work tree, and lets the merge succeed; this is
case #14ALT in t1000 test.  It does not change the result of the
merge, but prevents it from failing when it does not have to.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
read-tree.c
t/t1000-read-tree-m-3way.sh