commit 6da8b81341e2ad5de525654e417f3377ac365c06
parent 0cfcc7968f5d3983b8ad32e365a7e5d52b56eff9
Author: Armaan Bhojwani <me@armaanb.net>
Date: Mon, 5 Apr 2021 18:26:04 -0400
Copy files.html to index.html
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/stagit.c b/src/stagit.c
@@ -1278,6 +1278,8 @@ main(int argc, char *argv[])
writefooter(fp);
fclose(fp);
+ cp("files.html", "index.html");
+
/* summary page with branches and tags */
fp = efopen("refs.html", "w");
writeheader(fp, "Refs");