From: Hiltjo Posthuma Date: Sun, 3 Jan 2016 20:21:30 +0000 (+0100) Subject: refs: add link to log per branch X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=a83a75bb18fb252a783a02353e32fd0f5ace2e6c;p=forks%2Fstagit.git refs: add link to log per branch --- diff --git a/stagit.c b/stagit.c index 4b56829..9190b72 100644 --- a/stagit.c +++ b/stagit.c @@ -820,9 +820,11 @@ writebranches(FILE *fp) relpath = ""; - fputs("", fp); + fputs("", fp); + fputs(".html\">", fp); + xmlencode(fp, branchname, strlen(branchname)); + fputs("", fp); if (ci->author) printtimeshort(fp, &(ci->author->when)); fputs("", fp);