diff options
Diffstat (limited to 'ui-commit.c')
| -rw-r--r-- | ui-commit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-commit.c b/ui-commit.c index 536a8e8..74f37c8 100644 --- a/ui-commit.c +++ b/ui-commit.c | |||
| @@ -39,7 +39,7 @@ void cgit_print_commit(char *hex, const char *prefix) | |||
| 39 | format_note(NULL, sha1, ¬es, PAGE_ENCODING, 0); | 39 | format_note(NULL, sha1, ¬es, PAGE_ENCODING, 0); |
| 40 | 40 | ||
| 41 | load_ref_decorations(DECORATE_FULL_REFS); | 41 | load_ref_decorations(DECORATE_FULL_REFS); |
| 42 | 42 | ||
| 43 | cgit_print_diff_ctrls(); | 43 | cgit_print_diff_ctrls(); |
| 44 | html("<table summary='commit info' class='commit-info'>\n"); | 44 | html("<table summary='commit info' class='commit-info'>\n"); |
| 45 | html("<tr><th>author</th><td>"); | 45 | html("<tr><th>author</th><td>"); |
| @@ -75,7 +75,7 @@ void cgit_print_commit(char *hex, const char *prefix) | |||
| 75 | cgit_tree_link(prefix, NULL, NULL, ctx.qry.head, tmp, prefix); | 75 | cgit_tree_link(prefix, NULL, NULL, ctx.qry.head, tmp, prefix); |
| 76 | } | 76 | } |
| 77 | html("</td></tr>\n"); | 77 | html("</td></tr>\n"); |
| 78 | for (p = commit->parents; p ; p = p->next) { | 78 | for (p = commit->parents; p; p = p->next) { |
| 79 | parent = lookup_commit_reference(p->item->object.sha1); | 79 | parent = lookup_commit_reference(p->item->object.sha1); |
| 80 | if (!parent) { | 80 | if (!parent) { |
| 81 | html("<tr><td colspan='3'>"); | 81 | html("<tr><td colspan='3'>"); |
