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