X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/58d04f6523b0029281d65f841859fa42d0c744ff..06fe0c2f47eaf467db8ab1443e61dfa1c280f30a:/ui-log.c diff --git a/ui-log.c b/ui-log.c index 701c392..4d2c2e0 100644 --- a/ui-log.c +++ b/ui-log.c @@ -82,6 +82,11 @@ static void cgit_print_commit_shortlog(struct commit *commit) html_link_close(); html(""); html_txt(author); + html("tree"); html("\n"); } @@ -102,7 +107,7 @@ void cgit_print_log(const char *tip, int ofs, int cnt) html("

Log

"); html(""); - html("\n"); + html("\n"); while ((commit = get_revision(&rev)) != NULL && n++ < 100) { cgit_print_commit_shortlog(commit); free(commit->buffer);
DateMessageAuthor
DateMessageAuthorLink