mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 17:19:10 -04:00
rename refs to refs/branches
This commit is contained in:
parent
a83a75bb18
commit
043609742f
2
stagit.c
2
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user