git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit 7e0a9aa9045b36e6886a07c3adbd2c0883d0415e parent c29e51d44bb3eb6352a220b4b45ead8789231fc1 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 3 Jan 2016 21:45:53 +0100 rename refs to refs/branches Diffstat:
| M | stagit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)