blame: move copy/move thresholds to scoreboard
commit18ec0d62ee9819adde8afdc0fb33d37766109b02
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:19 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:51 +0000 (24 15:41 +0900)
treedced0ad010b2993e1fda34abff8e025c6d3e6568
parent8449528deb6826fac5e6a9a312b45b4522ef7ebb
blame: move copy/move thresholds to scoreboard

Copy and move score thresholds are used in parts of blame that are being
moved to libgit, and should be accessible via the scoreboard structure.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c