Introduction
Introduction Statistics Contact Development Disclaimer Help
trefs: remove link, it may be broken for non-HEAD - stagit - static git page ge…
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 48a09a0f100008014e1785e38c31e754bd761db4
parent a6b29cbbd97fbc2b297d55675422d3b2207b5791
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
diff --git a/stagit.c b/stagit.c
t@@ -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, …
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)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.