]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-commit.c
ui-commit: use git raw note format
[ps-cgit] / ui-commit.c
index 5e885444c15a55af7634940abf88856dda2f3527..078723756a6197051d8dffa3bab8d19b85a6e8f7 100644 (file)
@@ -39,7 +39,7 @@ void cgit_print_commit(char *hex, const char *prefix)
        }
        info = cgit_parse_commit(commit);
 
-       format_display_notes(&oid, &notes, PAGE_ENCODING, 0);
+       format_display_notes(&oid, &notes, PAGE_ENCODING, 1);
 
        load_ref_decorations(NULL, DECORATE_FULL_REFS);