diffcore-rename: fall back to -C when -C -C busts the rename limit
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Jan 2011 21:50:06 +0000 (13:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Mar 2011 21:29:07 +0000 (14:29 -0700)
When there are too many paths in the project, the number of rename source
candidates "git diff -C -C" finds will exceed the rename detection limit,
and no inexact rename detection is performed. We however could fall back
to "git diff -C" if the number of modified paths is sufficiently small.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found