]> git.cameronkatri.com Git - cgit.git/commit
Introduce struct cgit_context
authorLars Hjemli <hjemli@gmail.com>
Sat, 16 Feb 2008 10:53:40 +0000 (11:53 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sat, 16 Feb 2008 11:07:28 +0000 (12:07 +0100)
commitd14d77fe95c3b6224b40df9b101dded0deea913c
tree7e0d9c8f2c0f86b8946aea0bb823085c33b164b3
parente5ed227ef0da561e2bde8646ec816842392377ee
Introduce struct cgit_context

This struct will hold all the cgit runtime information currently found in
a multitude of global variables.

The first cleanup removes all querystring-related variables.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
13 files changed:
cache.c
cgit.c
cgit.h
parsing.c
shared.c
ui-commit.c
ui-diff.c
ui-log.c
ui-patch.c
ui-refs.c
ui-shared.c
ui-summary.c
ui-tree.c