URI:
       stagit-gopher: make relpath / also - 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 87e87aba28db7a54000be6048081d7b316eca444
   DIR parent 7b11bb8d6ef91800ade2d63e67c570a6047ff189
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 23 Jun 2017 13:00:09 +0200
       
       stagit-gopher: make relpath / also
       
       Diffstat:
         M stagit-gopher.c                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/stagit-gopher.c b/stagit-gopher.c
       @@ -49,7 +49,7 @@ struct commitinfo {
        
        static git_repository *repo;
        
       -static const char *relpath = "";
       +static const char *relpath = "/";
        static const char *repodir;
        
        static char *name = "";