]> git.armaanb.net Git - stagit.git/commitdiff
Copy files.html to index.html
authorArmaan Bhojwani <me@armaanb.net>
Mon, 5 Apr 2021 22:26:04 +0000 (18:26 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 5 Apr 2021 22:26:04 +0000 (18:26 -0400)
src/stagit.c

index cd18b03fd48522bb8f435de1571d97662db37df8..9a13e6639f9e2cc6b524113aa56927f75407b722 100644 (file)
@@ -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");