stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit e3ddd34d268884883d65a5230aa5aa172c58b763 parent 88ee261a4ba86e65b2e5b7473d279796c28ac135 Author: sin <sin@2f30.org> Date: Wed, 13 Jan 2016 18:56:27 +0000 Rename Refs/branches to Refs Diffstat:
| M | stagit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)