From 6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9 Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Tue, 17 Oct 2017 23:17:32 -0500 Subject: ui-blame: Distinguish hashes column from lines column Signed-off-by: Jeff Smith Reviewed-by: John Keeping --- ui-blame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-blame.c') diff --git a/ui-blame.c b/ui-blame.c index d4a4534..62647a8 100644 --- a/ui-blame.c +++ b/ui-blame.c @@ -51,7 +51,7 @@ static void emit_blame_entry(struct blame_scoreboard *sb, char *detail = emit_suspect_detail(suspect); - html(""); + html(""); cgit_commit_link(find_unique_abbrev(oid->hash, DEFAULT_ABBREV), detail, NULL, ctx.qry.head, oid_to_hex(oid), suspect->path); html("\n"); -- cgit v1.2.3-24-g4f1b