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