From: Armaan Bhojwani Date: Mon, 5 Apr 2021 22:26:04 +0000 (-0400) Subject: Copy files.html to index.html X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=6da8b81341e2ad5de525654e417f3377ac365c06 Copy files.html to index.html --- 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");