From e32f8416e87503aef2cd2698e15f3dc5e8c40d7e Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sun, 26 May 2019 17:57:01 +0100 Subject: ui-commit: use git raw note format Currently a commit note is shown as: Notes Notes: Change to: Notes Signed-off-by: Chris Mayo Reviewed-by: Alyssa Ross Signed-off-by: Jason A. Donenfeld --- ui-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-commit.c b/ui-commit.c index 5e88544..0787237 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -39,7 +39,7 @@ void cgit_print_commit(char *hex, const char *prefix) } info = cgit_parse_commit(commit); - format_display_notes(&oid, ¬es, PAGE_ENCODING, 0); + format_display_notes(&oid, ¬es, PAGE_ENCODING, 1); load_ref_decorations(NULL, DECORATE_FULL_REFS); -- cgit v1.2.3