refs: remove link, it may be broken for non-HEAD

This commit is contained in:
Hiltjo Posthuma 2016-01-05 21:42:34 +01:00
parent a6b29cbbd9
commit 48a09a0f10

View file

@ -826,14 +826,12 @@ writebranches(FILE *fp)
printtimeshort(fp, &(ci->author->when));
fputs("</td><td>", fp);
if (ci->summary) {
fprintf(fp, "<a href=\"%scommit/%s.html\">", relpath, ci->oid);
if ((len = strlen(ci->summary)) > summarylen) {
xmlencode(fp, ci->summary, summarylen - 1);
fputs("", fp);
} else {
xmlencode(fp, ci->summary, len);
}
fputs("</a>", fp);
}
fputs("</td><td>", fp);
if (ci->author)