refs: remove link, it may be broken for non-HEAD
This commit is contained in:
parent
a6b29cbbd9
commit
48a09a0f10
1 changed files with 0 additions and 2 deletions
2
stagit.c
2
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)
|
||||
|
|
Loading…
Reference in a new issue