Re: [PATCH] Make git log --follow support --find-copies-harder.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:48:41
Bo Yang [off-list ref] writes:
This because in diff_tree,
if (opt->nr_paths) {
skip_uninteresting(t1, base, baselen, opt);
skip_uninteresting(t2, base, baselen, opt);
}
And this give no chance for later rename/copy detection.