]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6022-merge-rename.sh
t6022: Add test combinations of {content conflict?, D/F conflict remains?}
authorElijah Newren <newren@gmail.com>
Mon, 20 Sep 2010 08:28:37 +0000 (02:28 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Sep 2010 00:32:36 +0000 (17:32 -0700)
commitaf6e17519978eed17c406206e1afc9f0501abf77
tree9617fd49ee595b35ab528da2d79a33c2ef671c2f
parentdf0b99f00458dd0d442b17d78dd4c171a89f7bb2
t6022: Add test combinations of {content conflict?, D/F conflict remains?}

Add testing of the various ways that a renamed file to a path involved in
a directory/file conflict may be involved in.  This includes whether or not
there are conflicts of the contents of the renamed file (if the file was
modified on both sides of history), and whether the directory from the
other side of the merge will disappear as a result of the merge or not.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6022-merge-rename.sh