URI:
       stagit-index: make default root / - stagit-gopher - static git page generator for gopher
  HTML git clone https://git.drkhsh.at/stagit-gopher.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0d62269509bed50aa39a5ae36ae9a509d70f40c3
   DIR parent de699c5afe2db575e0ac94ce7f64478a6427842b
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 13 Jun 2017 21:38:39 +0200
       
       stagit-index: make default root /
       
       Diffstat:
         M stagit-index.c                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/stagit-index.c b/stagit-index.c
       @@ -15,7 +15,7 @@
        
        static git_repository *repo;
        
       -static const char *relpath = "";
       +static const char *relpath = "/";
        
        static char description[255] = "Repositories";
        static char *name = "";