aboutsummaryrefslogtreecommitdiffstats
path: root/stagit.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-01-03 21:45:53 +0100
committerHiltjo Posthuma <[email protected]>2016-01-03 21:45:53 +0100
commit043609742fca299a4d706d9bb31f5c11e8eafd3f (patch)
tree772dd87487f92b33d3c8c04ee47193a381eda3ce /stagit.c
parenta83a75bb18fb252a783a02353e32fd0f5ace2e6c (diff)
downloadstagit-043609742fca299a4d706d9bb31f5c11e8eafd3f.tar.gz
stagit-043609742fca299a4d706d9bb31f5c11e8eafd3f.zip
rename refs to refs/branches
Diffstat (limited to '')
-rw-r--r--stagit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit.c b/stagit.c
index 9190b72..9bd3194 100644
--- 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)