[PATCH] read-tree --emu23.
commit03efa6d9a4c974c502dbad457749ad316aac9cc6
authorJunio C Hamano <junkio@cox.net>
Sat, 11 Jun 2005 01:36:08 +0000 (10 18:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 03:40:20 +0000 (12 20:40 -0700)
tree2cef3d82c6d57bcee34cf6b12b471127b4158d54
parent76bc82ca0ed4a0af85b7d741c04c8191738e8395
[PATCH] read-tree --emu23.

This new flag causes two-way fast forward to internally use the
three-way merge mechanism.  This behaviour is intended to offer
a better fast forward semantics when used in a dirty work tree.

The new test t1005 is parallel to the existing t1001 "pure
2-way" tests, but some parts that are commented out would fail.
These failures are due to three-way merge enforcing too strict
index requirements for cases that could succeed.  This problem
will be addressed by later patches.

Without even changing three-way mechanism, the --emu23 two-way
fast forward already gives the user an easier-to-handle merge
result when a file that "merged head" updates has local
modifications.  This is demonstrated as "case 16" test in t1005.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
read-tree.c
t/t1005-read-tree-m-2way-emu23.sh [new file with mode: 0644]