| Date: Tue, 5 Jan 2016 21:42:34 +0100
refs: remove link, it may be broken for non-HEAD
Diffstat:
M stagit.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
--- |
| t@@ -826,14 +826,12 @@ writebranches(FILE *fp)
printtimeshort(fp, &(ci->author->when));
fputs(" | ", fp);
if (ci->summary) {
- fprintf(fp, "", relpath, ci->oid);
if ((len = strlen(ci->summary)) > summarylen) {
xmlencode(fp, ci->summary, summarylen - 1);
fputs("…", fp);
} else {
xmlencode(fp, ci->summary, len);
}
- fputs("", fp);
}
fputs(" | ", fp);
if (ci->author) |