summaryrefslogtreecommitdiffabout
path: root/ui-commit.c
Side-by-side diff
Diffstat (limited to 'ui-commit.c') (more/less context) (ignore whitespace changes)
-rw-r--r--ui-commit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui-commit.c b/ui-commit.c
index a6a85a4..41ce70e 100644
--- a/ui-commit.c
+++ b/ui-commit.c
@@ -12,2 +12,3 @@
#include "ui-diff.h"
+#include "ui-log.h"
@@ -36,2 +37,4 @@ void cgit_print_commit(char *hex)
+ load_ref_decorations();
+
html("<table summary='commit info' class='commit-info'>\n");
@@ -89,2 +92,3 @@ void cgit_print_commit(char *hex)
html_txt(info->subject);
+ show_commit_decorations(commit);
html("</div>");