]> git.armaanb.net Git - stagit.git/commitdiff
Rename Refs/branches to Refs
authorsin <sin@2f30.org>
Wed, 13 Jan 2016 18:56:27 +0000 (18:56 +0000)
committersin <sin@2f30.org>
Wed, 13 Jan 2016 18:57:18 +0000 (18:57 +0000)
stagit.c

index 3f1594d11d00ffda2aecf64e10d441c12772198e..36041ccc2460b396995745a194c9c07098d0761e 100644 (file)
--- 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)