projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83a75b
)
rename refs to refs/branches
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 3 Jan 2016 20:45:53 +0000
(21:45 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 3 Jan 2016 20:45:53 +0000
(21:45 +0100)
stagit.c
patch
|
blob
|
history
diff --git
a/stagit.c
b/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)