trefs: remove link, it may be broken for non-HEAD - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 48a09a0f100008014e1785e38c31e754bd761db4
parent a6b29cbbd97fbc2b297d55675422d3b2207b5791
Author: Hiltjo Posthuma 
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("
", 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)