]> git.armaanb.net Git - stagit.git/commitdiff
refs: remove link, it may be broken for non-HEAD
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 5 Jan 2016 20:42:34 +0000 (21:42 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 5 Jan 2016 20:42:34 +0000 (21:42 +0100)
stagit.c

index 22b639e2b8d9cb0ee8d6e828bb9e166ec87927a8..3dd409d2afd8bb816edba2ef39c50238217d411d 100644 (file)
--- 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)