X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e189344a7dfe6fa1b07434d5170e6441dcbaf788..57f6a8bf0de6c112cabc1d8e20ade2698bd886b7:/ui-log.c diff --git a/ui-log.c b/ui-log.c index 4237921..c80fd73 100644 --- a/ui-log.c +++ b/ui-log.c @@ -25,15 +25,11 @@ void inspect_files(struct diff_filepair *pair) void print_commit(struct commit *commit) { - char buf[32]; struct commitinfo *info; - struct tm *time; info = cgit_parse_commit(commit); - time = gmtime(&commit->date); html("
| Date | " + html("|
|---|---|
| Age | " "Message | "); if (cgit_repo->enable_log_filecount) {