Do not try to detect move/copy for entries below threshold.
commit1617fe9879c96659107b13cc4957a855e838702d
authorAlexander Gavrilov <angavrilov@gmail.com>
Tue, 15 Jul 2008 22:00:58 +0000 (16 02:00 +0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jul 2008 23:38:33 +0000 (15 16:38 -0700)
treeca34b5e11696594258047c97d5ffe11d11c2f4ba
parenteb46328e18688cdc3e0daaffc15c1bfc717c7527
Do not try to detect move/copy for entries below threshold.

Splits for such entries are rejected anyway, so there is no
point even trying to compute them.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-blame.c