From a83a75bb18fb252a783a02353e32fd0f5ace2e6c Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 3 Jan 2016 21:21:30 +0100 Subject: refs: add link to log per branch --- stagit.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'stagit.c') 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); -- cgit v1.2.3-54-g00ecf