author | Junio C Hamano <junkio@cox.net> | |
Sat, 7 Apr 2007 12:42:01 +0000 (05:42 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 10 Apr 2007 19:55:51 +0000 (12:55 -0700) | ||
commit | ea4b52a86f6b6b8e5aef8e47fb557f37422512bf | |
tree | 31aa071b56a37a864ca6ed563cb785b53e962b4b | tree | snapshot |
parent | 8ff21b1a3307c7059ea1e00b5117a50a2bc5fec8 | commit | diff |
t1000: fix case table.
Case #10 is not handled with unpack-trees.c:threeway_merge()
internally, unless under the agressive rule, and it is not a
bug. As the test expects, ND (one side did not do anything,
other side deleted) case was meant to be handled by the caller's
policy (e.g. git-merge-one-file or git-merge-recursive).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Case #10 is not handled with unpack-trees.c:threeway_merge()
internally, unless under the agressive rule, and it is not a
bug. As the test expects, ND (one side did not do anything,
other side deleted) case was meant to be handled by the caller's
policy (e.g. git-merge-one-file or git-merge-recursive).
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t1000-read-tree-m-3way.sh | diff | blob | history | |
unpack-trees.c | diff | blob | history |