From 50dccf0e3ba06bcd732ac5c38c8b326cebc6c097 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 13 Jan 2016 18:56:27 +0000 Subject: [PATCH] Rename Refs/branches to Refs --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stagit.c b/stagit.c index 3f1594d..36041cc 100644 --- a/stagit.c +++ b/stagit.c @@ -266,7 +266,7 @@ writeheader(FILE *fp) fputs("\n", fp); fprintf(fp, "Log | ", relpath); fprintf(fp, "Files | ", relpath); - fprintf(fp, "Refs/branches", relpath); + fprintf(fp, "Refs", relpath); if (hasreadme) fprintf(fp, " | README", relpath); if (haslicense) -- 2.30.2