git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit c8d06b2e96eede7e99bae3136e87fc5e32a1a457 parent 3a7d582f35f3623dc05fdb3f518c8d0e39585eaf Author: Hiltjo Posthuma <hiltjo@codemadness.org> 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 @@ -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)