summaryrefslogtreecommitdiffstats
path: root/send-pack.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2007-10-27 01:56:34 +0200
committerJunio C Hamano <gitster@pobox.com>2007-10-27 08:18:06 +0200
commit42899ac898f2b539fc762c8452da2c981ccbd815 (patch)
treeed94cf1f72ef7d532e95df98adae32f8880f72d8 /send-pack.c
parentFix ugly magic special case in exact rename detection (diff)
downloadgit-42899ac898f2b539fc762c8452da2c981ccbd815.tar.xz
git-42899ac898f2b539fc762c8452da2c981ccbd815.zip
Do the fuzzy rename detection limits with the exact renames removed
When we do the fuzzy rename detection, we don't care about the destinations that we already handled with the exact rename detector. And, in fact, the code already knew that - but the rename limiter, which used to run *before* exact renames were detected, did not. This fixes it so that the rename detection limiter now bases its decisions on the *remaining* rename counts, rather than the original ones. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'send-pack.c')
0 files changed, 0 insertions, 0 deletions