Rename Refs/branches to Refs - stagit-gopher - A git gopher frontend. (mirror)
 (HTM) 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 50dccf0e3ba06bcd732ac5c38c8b326cebc6c097
 (DIR) parent 2296f5167cbeb2c57089cde3e4928d55131f5bc9
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed, 13 Jan 2016 18:56:27 +0000
       
       Rename Refs/branches to Refs
       
       Diffstat:
         M stagit.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/stagit.c b/stagit.c
       @@ -266,7 +266,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/branches</a>", relpath);
       +        fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath);
                if (hasreadme)
                        fprintf(fp, " | <a href=\"%sfile/README.html\">README</a>", relpath);
                if (haslicense)