From: Elijah Newren Date: Thu, 19 Apr 2018 17:58:14 +0000 (-0700) Subject: directory rename detection: new testcases showcasing a pair of bugs X-Git-Tag: v2.18.0-rc0~50^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bc71c4eebe7ecbb00e06c6b62bc9f0e42aee9d9b?ds=inline;hp=bc71c4eebe7ecbb00e06c6b62bc9f0e42aee9d9b directory rename detection: new testcases showcasing a pair of bugs Add a testcase showing spurious rename/rename(1to2) conflicts occurring due to directory rename detection. Also add a pair of testcases dealing with moving directory hierarchies around that were suggested by Stefan Beller as "food for thought" during his review of an earlier patch series, but which actually uncovered a bug. Round things out with a test that is a cross between the two testcases that showed existing bugs in order to make sure we aren't merely addressing problems in isolation but in general. Reviewed-by: Stefan Beller Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano ---