X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/3ec6b309505dc5f7ba14abe8861b02da34a9df0b..a1429dbc89f9c0945e32cea9fd3424d2fe56aeab:/cgit.c?ds=inline diff --git a/cgit.c b/cgit.c index dd40893..51ca78a 100644 --- a/cgit.c +++ b/cgit.c @@ -244,6 +244,8 @@ void config_cb(const char *name, const char *value) ctx.cfg.robots = xstrdup(value); else if (!strcmp(name, "clone-prefix")) ctx.cfg.clone_prefix = xstrdup(value); + else if (!strcmp(name, "clone-url")) + ctx.cfg.clone_url = xstrdup(value); else if (!strcmp(name, "local-time")) ctx.cfg.local_time = atoi(value); else if (!prefixcmp(name, "mimetype."))