]> git.armaanb.net Git - stagit.git/commitdiff
rename refs to refs/branches
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 3 Jan 2016 20:45:53 +0000 (21:45 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 3 Jan 2016 20:45:53 +0000 (21:45 +0100)
stagit.c

index 9190b7251622f581dd4b0d6a524f7eea91b65845..9bd31946e14e2f514498108131f48671735f2663 100644 (file)
--- 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)