From: Lars Hjemli Date: Sun, 23 Aug 2009 21:23:20 +0000 (+0200) Subject: cgit.c: refactor repo_config() from config_cb() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/a1b3938f711c9b0e5eedad1678535e5779da82c1?hp=a1b3938f711c9b0e5eedad1678535e5779da82c1 cgit.c: refactor repo_config() from config_cb() The new function repo_config() is used to handle all 'simple' repo options, for the following reasons: * code readability * parser performance * upcoming support for repo-local cgitrc files during scanning Signed-off-by: Lars Hjemli ---