From 6d7552bc072599313ef423d69156d824c075572a Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 22 Aug 2010 13:29:57 +0200 Subject: Use GIT-1.7.2.2 Signed-off-by: Lars Hjemli --- ui-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-log.c') diff --git a/ui-log.c b/ui-log.c index 7f38d2a..0536b23 100644 --- a/ui-log.c +++ b/ui-log.c @@ -112,7 +112,7 @@ void print_commit(struct commit *commit) html("\n"); if (ctx.qry.showmsg) { struct strbuf notes = STRBUF_INIT; - get_commit_notes(commit, ¬es, PAGE_ENCODING, 0); + format_note(NULL, commit->object.sha1, ¬es, PAGE_ENCODING, 0); if (ctx.repo->enable_log_filecount) { cols++; -- cgit v1.2.1