stagit

stagit fork
git clone git://git.rr3.xyz/stagit | git clone gits://git.rr3.xyz/stagit
Log | Files | Refs | README | LICENSE

commit a8615c15fe7f8eee995da063e09bc3d961f83aef
parent 4d3348560faf732f9304a05a269b4d33df930988
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Wed, 17 Jul 2024 00:29:26 -0700

Make stagit-index link to ../repo, not ../repo/log.html

Diffstat:
Mstagit-index.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -151,7 +151,7 @@ writelog(FILE *fp) fputs("<tr><td><a href=\"", fp); percentencode(fp, stripped_name, strlen(stripped_name)); - fputs("/log.html\">", fp); + fputs("\">", fp); xmlencode(fp, stripped_name, strlen(stripped_name)); fputs("</a></td><td>", fp); xmlencode(fp, description, strlen(description));