diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -236,6 +236,8 @@ void config_cb(const char *name, const char *value) | |||
236 | ctx.cfg.ssdiff = atoi(value); | 236 | ctx.cfg.ssdiff = atoi(value); |
237 | else if (!strcmp(name, "agefile")) | 237 | else if (!strcmp(name, "agefile")) |
238 | ctx.cfg.agefile = xstrdup(value); | 238 | ctx.cfg.agefile = xstrdup(value); |
239 | else if (!strcmp(name, "mimetype-file")) | ||
240 | ctx.cfg.mimetype_file = xstrdup(value); | ||
239 | else if (!strcmp(name, "renamelimit")) | 241 | else if (!strcmp(name, "renamelimit")) |
240 | ctx.cfg.renamelimit = atoi(value); | 242 | ctx.cfg.renamelimit = atoi(value); |
241 | else if (!strcmp(name, "remove-suffix")) | 243 | else if (!strcmp(name, "remove-suffix")) |