]> git.cameronkatri.com Git - cgit.git/commit
Add all config variables into struct cgit_context
authorLars Hjemli <hjemli@gmail.com>
Sat, 16 Feb 2008 12:07:13 +0000 (13:07 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sat, 16 Feb 2008 12:10:50 +0000 (13:10 +0100)
commitb228d4ff82a65fdcd4a7364759fe36a0bdda5978
tree33b8cc2ff48113f8d7ad3ba88c7ea19a7cac570a
parentd14d77fe95c3b6224b40df9b101dded0deea913c
Add all config variables into struct cgit_context

This removes another big set of global variables, and introduces the
cgit_prepare_context() function which populates a context-variable with
compile-time default values.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cache.c
cgit.c
cgit.h
shared.c
ui-repolist.c
ui-shared.c
ui-summary.c