blame: cmp_suspect is not "cmp" anymore.
commit171dccd511bb4642e4491dc5115549b67a859a5b
authorJunio C Hamano <junkio@cox.net>
Wed, 21 Mar 2007 06:37:51 +0000 (20 23:37 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Mar 2007 06:37:51 +0000 (20 23:37 -0700)
tree7ec869834886dfec9af81e535713a973d0a0bf3d
parent3254d218b4f9ef1550d1d83670fad8f455b08578
blame: cmp_suspect is not "cmp" anymore.

The earlier round makes the function return "is it different"
and it does not return a value suitable for sorting anymore.  Reverse
the logic to return "are they the same suspect" instead, and rename
it to "same_suspect()".

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-blame.c