From 6da8b81341e2ad5de525654e417f3377ac365c06 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 5 Apr 2021 18:26:04 -0400 Subject: [PATCH] Copy files.html to index.html --- src/stagit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stagit.c b/src/stagit.c index cd18b03..9a13e66 100644 --- 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"); -- 2.39.2