URI: 
       stagit-gopher: make relpath / also - stagit-gopher - A git gopher frontend. (mirror)
  HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   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 = "";