blame: rename scoreboard structure to blame_scoreboard
commit9807b3d65d3789ed7916ffc98dbdf7ed89634ca3
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:13 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:51 +0000 (24 15:41 +0900)
tree5c6aad8badb932e853c527ebb94d079ef87d70ed
parentf84afb9c4ee09d640b2d6cbe38fe6f0d14ca70be
blame: rename scoreboard structure to blame_scoreboard

The scoreboard structure is core to the blame interface. Since
scoreboard will become more exposed, rename it to blame_scoreboard to
clarify what it is a part of.

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