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)