]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6423-merge-rename-directories.sh
t6423: update directory rename detection tests with new rule
authorElijah Newren <newren@gmail.com>
Thu, 15 Oct 2020 20:46:29 +0000 (20:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2020 19:29:28 +0000 (12:29 -0700)
commit8536821d05697a6da991fbecc628058329f39364
treea947193ea59249ef040ef19348ce5b8e90703665
parent902c521a35ccf479a99253918346baa9a1011c22
t6423: update directory rename detection tests with new rule

While investigating the issues highlighted by the testcase in the
previous patch, I also found a shortcoming in the directory rename
detection rules.  Split testcase 6b into two to explain this issue
and update directory-rename-detection.txt to remove one of the previous
rules that I know believe to be detrimental.  Also, update the wording
around testcase 8e; while we are not modifying the results of that
testcase, we were previously unsure of the appropriate resolution of
that test and the new rule makes the previously chosen resolution for
that testcase a bit more solid.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/directory-rename-detection.txt
t/t6423-merge-rename-directories.sh