]> gitweb.ps.run Git - ps-cgit/commit
Move cgit_repo into cgit_context
authorLars Hjemli <hjemli@gmail.com>
Sat, 16 Feb 2008 12:56:09 +0000 (13:56 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sat, 16 Feb 2008 12:56:09 +0000 (13:56 +0100)
commitd1f3bbe9d22029f45a77bb938c176ccc0c827d46
tree3f1741c012763cbc5485f31377abdd9241fbac6b
parentb228d4ff82a65fdcd4a7364759fe36a0bdda5978
Move cgit_repo into cgit_context

This removes the global variable which is used to keep track of the
currently selected repository, and adds a new variable in the cgit_context
structure.

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