Add file delete/create info when we overflow rename_limit
commit6e381d3aff89e09d13bd855ed6e18b0aa6f1e441
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Oct 2008 20:06:16 +0000 (27 13:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Oct 2008 15:58:42 +0000 (28 08:58 -0700)
tree734ba7aeb5252b117d5ae646170f3d7e1c1bf3a5
parent1df2a1ce806de11d382816644cc971d16aab06b7
Add file delete/create info when we overflow rename_limit

When we refuse to do rename detection due to having too many files
created or deleted, let the user know the numbers.  That way there is a
reasonable starting point for setting the diff.renamelimit option.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-rename.c