author | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Mar 2007 06:37:51 +0000 (23:37 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Mar 2007 06:37:51 +0000 (23:37 -0700) | ||
commit | 171dccd511bb4642e4491dc5115549b67a859a5b | |
tree | 7ec869834886dfec9af81e535713a973d0a0bf3d | tree | snapshot |
parent | 3254d218b4f9ef1550d1d83670fad8f455b08578 | commit | diff |
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>
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 | diff | blob | history |