From 42effc939090b2fbf1b2b76cd1d9c30fabcd230e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 24 Jun 2008 23:42:32 +0200 Subject: allow specification of directly linked blobs mimetypes Signed-off-by: Michael Krelin --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 4fa5cf2..1972d75 100644 --- a/cgit.h +++ b/cgit.h @@ -116,6 +116,7 @@ struct cgit_query { char *sha2; char *path; char *name; + char *mimetype; int ofs; }; -- cgit 1.4.1 a7dced42bed2a165f6'/> Advent of Code
summary refs log tree commit diff homepage
Commit message (Collapse)Author
2023-12-09Solve day 2 part 2June McEnroe