Re: [PATCH v3 11/33] directory rename detection: testcases exploring possibly suboptimal merges

2017-11-22 Thread Stefan Beller
> +# Note: Both x and y got renamed and it'd be nice to detect both, and we do > +# better with directory rename detection than git did previously, but the > +# simple rule from section 5 prevents me from handling this as optimally as > +# we potentially could. ...previously... > +# Testcase 8e,

[PATCH v3 11/33] directory rename detection: testcases exploring possibly suboptimal merges

2017-11-21 Thread Elijah Newren
Signed-off-by: Elijah Newren --- t/t6043-merge-rename-directories.sh | 392 1 file changed, 392 insertions(+) diff --git a/t/t6043-merge-rename-directories.sh b/t/t6043-merge-rename-directories.sh index 2c57a02c6d..b153468a5c 100755 --- a/t/t6043-merge-renam