about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 2 insertions, 0 deletions
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)
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"))