X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/181b6e789b79fc385e5ec75b2b83f01192d54051..ae90a0b2d18d66e7b1cb98b2e34fd697f8b5311a:/cgit.c diff --git a/cgit.c b/cgit.c index 6a75f27..b9b3a66 100644 --- a/cgit.c +++ b/cgit.c @@ -241,6 +241,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"))