URI: 
       rename refs to refs/branches - 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 043609742fca299a4d706d9bb31f5c11e8eafd3f
   DIR parent a83a75bb18fb252a783a02353e32fd0f5ace2e6c
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  3 Jan 2016 21:45:53 +0100
       
       rename refs to refs/branches
       
       Diffstat:
         M stagit.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/stagit.c b/stagit.c
       @@ -265,7 +265,7 @@ writeheader(FILE *fp)
                fputs("<tr><td></td><td>\n", fp);
                fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
                fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath);
       -        fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath);
       +        fprintf(fp, "<a href=\"%srefs.html\">Refs/branches</a>", relpath);
                if (hasreadme)
                        fprintf(fp, " | <a href=\"%sfile/README.html\">README</a>", relpath);
                if (haslicense)