blame: make sanity_check use a callback in scoreboard
commit4149c1860b10512cf32410c1f71311a23dc97f07
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:25 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:51 +0000 (24 15:41 +0900)
tree18e439487f87f2bf300940c4879f75846b48b6a1
parent1f44129b21235b92d5261964253d965e2249d582
blame: make sanity_check use a callback in scoreboard

Allow the interface user to decide how to handle a failed sanity check,
whether that be to output with the current state or to do nothing.

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