From 043609742fca299a4d706d9bb31f5c11e8eafd3f Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 3 Jan 2016 21:45:53 +0100 Subject: rename refs to refs/branches --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stagit.c') 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("\n", fp); fprintf(fp, "Log | ", relpath); fprintf(fp, "Files | ", relpath); - fprintf(fp, "Refs", relpath); + fprintf(fp, "Refs/branches", relpath); if (hasreadme) fprintf(fp, " | README", relpath); if (haslicense) -- cgit v1.2.3-54-g00ecf