mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
refs: remove link, it may be broken for non-HEAD
This commit is contained in:
parent
a6b29cbbd9
commit
48a09a0f10
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…
x
Reference in New Issue
Block a user