Code

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>
Fri, 7 Jan 2011 00:42:09 +0000 (16:42 -0800)
commit28408246ad62abce141bae3b12d7918a3032575a
tree55dafb768851096e629b728aee9e5ee238edc5e0
parent5b7938118a256c203e85bda2c52e0f5f4d912364
diffcore-rename: fall back to -C when -C -C busts the rename limit

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>
diffcore-rename.c