aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2007-10-26 16:56:34 -0700
committerJunio C Hamano <gitster@pobox.com>2007-10-26 23:18:06 -0700
commit42899ac898f2b539fc762c8452da2c981ccbd815 (patch)
treeed94cf1f72ef7d532e95df98adae32f8880f72d8 /Makefile
parent81ac051d6ac9deef9a34de496fb981469aae77f0 (diff)
downloadgit-42899ac898f2b539fc762c8452da2c981ccbd815.tar.gz
git-42899ac898f2b539fc762c8452da2c981ccbd815.tar.xz
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 'Makefile')
0 files changed, 0 insertions, 0 deletions