X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0f0ab148c6d444316af10e6b4c7a60630fed45d3..fbe091a716447be496519ce439451d36d5b9fc24:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index a6a85a4..41ce70e 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -10,6 +10,7 @@ #include "html.h" #include "ui-shared.h" #include "ui-diff.h" +#include "ui-log.h" void cgit_print_commit(char *hex) { @@ -34,6 +35,8 @@ void cgit_print_commit(char *hex) } info = cgit_parse_commit(commit); + load_ref_decorations(); + html("
| author | "); html_txt(info->author); @@ -87,6 +90,7 @@ void cgit_print_commit(char *hex) html(" |
|---|