From: David Kastrup Date: Wed, 22 Jan 2014 00:20:15 +0000 (+0100) Subject: builtin/blame.c: eliminate same_suspect() X-Git-Tag: v2.0.0-rc0~149^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a88f08e284df1a882771f9e74133e2861b79e2d?ds=sidebyside;hp=0a88f08e284df1a882771f9e74133e2861b79e2d builtin/blame.c: eliminate same_suspect() Since the origin pointers are "interned" and reference-counted, comparing the pointers rather than the content is enough. The only uninterned origins are cached values kept in commit->util, but same_suspect is not called on them. Signed-off-by: David Kastrup Signed-off-by: Junio C Hamano ---