stagit

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

Hiltjo Posthuma contact@arjunchoudhary.com

commit: e43200a parent: 1d14b5f
1 files changed, 0 insertions(+), 2 deletions(-)
Mstagit.c+0-2
M · stagit.c +0, -2
 1@@ -826,14 +826,12 @@ writebranches(FILE *fp)
 2 			printtimeshort(fp, &(ci->author->when));
 3 		fputs("</td><td>", fp);
 4 		if (ci->summary) {
 5-			fprintf(fp, "<a href=\"%scommit/%s.html\">", relpath, ci->oid);
 6 			if ((len = strlen(ci->summary)) > summarylen) {
 7 				xmlencode(fp, ci->summary, summarylen - 1);
 8 				fputs("…", fp);
 9 			} else {
10 				xmlencode(fp, ci->summary, len);
11 			}
12-			fputs("</a>", fp);
13 		}
14 		fputs("</td><td>", fp);
15 		if (ci->author)