X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/96f05018c9dbdf8131f18c87ee3bbbac40e0f729..d01c600c179593a53162a9d4e3040ecfc5078fdc:/cgit.c diff --git a/cgit.c b/cgit.c index b7807ad..abb698b 100644 --- a/cgit.c +++ b/cgit.c @@ -236,6 +236,8 @@ void config_cb(const char *name, const char *value) ctx.cfg.ssdiff = atoi(value); else if (!strcmp(name, "agefile")) ctx.cfg.agefile = xstrdup(value); + else if (!strcmp(name, "mimetype-file")) + ctx.cfg.mimetype_file = xstrdup(value); else if (!strcmp(name, "renamelimit")) ctx.cfg.renamelimit = atoi(value); else if (!strcmp(name, "remove-suffix"))