stagit
Personal fork of stagit
git clone git://mccd.space/stagitcommit 4213c914f8c4870ca3ab5a027d5b4df8beb30aca
parent 51294e6f1272d834239b8c2b8ab78ec9f17e5604
Author: Marc <marc@coquand.email>
Date: Thu, 23 Jul 2026 12:56:36 +0200
*
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -558,7 +558,7 @@ writeheader(FILE *fp, const char *title)
fputs("\">Mail</a>", fp);
}
if (blobsurl[0]) {
- fprintf(fp, " | <a href=\"%s\">blobs</a>",
+ fprintf(fp, " | <a href=\"%s\">Blobs</a>",
blobsurl);
}