blame: wrap blame_sort and compare_blame_final
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:27 +0000 (00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 May 2017 04:08:22 +0000 (13:08 +0900)
The new method's interface is marginally cleaner than blame_sort, and
will avoid the need to expose the compare_blame_final method.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found