Currently a commit note is shown as:
Notes
Notes:
<note text>
Change to:
Notes
<note text>
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Reviewed-by: Alyssa Ross <hi@alyssa.is>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
}
info = cgit_parse_commit(commit);
}
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);
load_ref_decorations(NULL, DECORATE_FULL_REFS);