mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 08:28:42 +00:00
ui-commit: use git raw note format
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>
This commit is contained in:
parent
afffc3e772
commit
e32f8416e8
@ -39,7 +39,7 @@ void cgit_print_commit(char *hex, const char *prefix)
|
|||||||
}
|
}
|
||||||
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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user