From: Lars Hjemli Date: Thu, 2 Jun 2011 10:33:23 +0000 (+0000) Subject: Merge branch 'stable' X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/7eb9f9e980c2ce1d93c979c4725cf7b60083b7b4 Merge branch 'stable' --- 7eb9f9e980c2ce1d93c979c4725cf7b60083b7b4 diff --cc ui-log.c index 2e6e9d6,15ed6a3..4a295bd --- a/ui-log.c +++ b/ui-log.c @@@ -171,14 -167,10 +166,10 @@@ void print_commit(struct commit *commit if (revs->graph) { html(""); - tmp = fmt("id=%s", sha1_to_hex(commit->object.sha1)); - tmp = cgit_fileurl(ctx.repo->url, "commit", ctx.qry.vpath, tmp); - html_link_open(tmp, NULL, NULL); cgit_print_age(commit->date, TM_WEEK * 2, FMT_SHORTDATE); - html_link_close(); } - if (ctx.repo->enable_log_filecount) { + if (ctx.repo->enable_log_filecount || ctx.repo->enable_log_linecount) { files = 0; add_lines = 0; rem_lines = 0;