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-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-commit.c') diff --git a/ui-commit.c b/ui-commit.c index 45af450..2b4f677 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -36,7 +36,7 @@ void cgit_print_commit(char *hex, const char *prefix) } info = cgit_parse_commit(commit); - get_commit_notes(commit, ¬es, PAGE_ENCODING, 0); + format_note(NULL, sha1, ¬es, PAGE_ENCODING, 0); load_ref_decorations(DECORATE_FULL_REFS); -- cgit v1.2.3-24-g4f1b