stagit

rename refs to refs/branches

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 0897a8b parent: 463d5e4
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
M · stagit.c +1, -1
1@@ -265,7 +265,7 @@ writeheader(FILE *fp)
2 	fputs("<tr><td></td><td>\n", fp);
3 	fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
4 	fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath);
5-	fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath);
6+	fprintf(fp, "<a href=\"%srefs.html\">Refs/branches</a>", relpath);
7 	if (hasreadme)
8 		fprintf(fp, " | <a href=\"%sfile/README.html\">README</a>", relpath);
9 	if (haslicense)