blame: wrap blame_sort and compare_blame_final
commit78b06e66be7806e7fa092c96a47be95984e7aee6
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:27 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 May 2017 04:08:22 +0000 (25 13:08 +0900)
tree9ac362b7d9a5621988d8fa6d6e7aca5ad4a909c3
parent8c59921dbf99cd19f1311a4eb1213312fdb41905
blame: wrap blame_sort and compare_blame_final

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>
builtin/blame.c