]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6423-merge-rename-directories.sh
directory rename detection: miscellaneous testcases to complete coverage
authorElijah Newren <newren@gmail.com>
Thu, 19 Apr 2018 17:57:56 +0000 (10:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Apr 2018 01:44:15 +0000 (10:44 +0900)
commit792e1371d9d10100a7b05bb96efcee96dd03bc43
treefd0fdd0b923c85b0427ad21e0dc340e5d1f25bb9
parent362ab315acce6a4bf9849ffb6de76b3ebe381371
directory rename detection: miscellaneous testcases to complete coverage

I came up with the testcases in the first eight sections before coding up
the implementation.  The testcases in this section were mostly ones I
thought of while coding/debugging, and which I was too lazy to insert
into the previous sections because I didn't want to re-label with all the
testcase references.  :-)

Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6043-merge-rename-directories.sh