blame: move stat counters to scoreboard
commit8449528deb6826fac5e6a9a312b45b4522ef7ebb
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:18 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:51 +0000 (24 15:41 +0900)
tree6936bdfba169c3274c3909b0c13afbd6ba34a89c
parent935202bdf427f6dafa7ba013af92e4b6374a1c1b
blame: move stat counters to scoreboard

Statistic counters 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