commit 48a09a0f100008014e1785e38c31e754bd761db4 (patch)
parent a6b29cbbd97fbc2b297d55675422d3b2207b5791
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 5 Jan 2016 21:42:34 +0100
refs: remove link, it may be broken for non-HEAD
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/stagit.c b/stagit.c
@@ -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)