stagit

Personal fork of stagit

git clone git://mccd.space/stagit
commit bddf2ed060e8ced06117226b796556873de8080f
parent 7669773c87fa7fe0d54881fa267cc26c7130d544
Author: Marc <marc@coquand.email>
Date:   Thu, 23 Jul 2026 11:11:33 +0200

*

Diffstat:
Mstagit-index.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit-index.c b/stagit-index.c
@@ -153,7 +153,7 @@ writelog(FILE *fp)
 	fputs("/log.html\">", fp);
 	xmlencode(fp, stripped_name, strlen(stripped_name));
 	fputs("</a></td><td>", fp);
-	xmlencode(fp, description, strlen(description));
+	fputs(description, fp);
 	fputs("</td></tr>", fp);
 
 	git_commit_free(commit);