stagit

static git page generator
git clone https://git.awy.one/stagit
Log | Files | Refs | README | LICENSE

commit 60b2344594bbba1d5addf72d4fbf160efa23c0b8
parent 74ad79351495dd5c8f6a8133e30555927a5ca7ee
Author: awy <awy@awy.one>
Date:   Sun, 26 Apr 2026 21:16:35 +0300

remove duplicate <hr> on the commit page

Diffstat:
Mstagit.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -839,7 +839,6 @@ writelog(FILE *fp, const git_oid *oid) relpath = "../"; fpfile = efopen(path, "w"); writeheader(fpfile, ci->summary); - fputs("<hr/>\n<div id=\"content\">\n", fpfile); fputs("<pre>", fpfile); printshowfile(fpfile, ci); fputs("</pre>\n", fpfile);