diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-08-22 16:59:20 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-22 16:06:31 -0700 |
commit | 77a153fd92ae6e4e40e0ccb15c9f808d63e198a0 (patch) | |
tree | f22c3e806d5ef66013fd598d23c0cb8a07350ef7 /csum-file.c | |
parent | 134a6941ec7f44b9deb2cbb51429ff6a47e0d08b (diff) | |
download | git-77a153fd92ae6e4e40e0ccb15c9f808d63e198a0.tar.gz |
gitweb: Route rest of action subroutines through %actions
Route rest of action subroutines, namely git_project_list and git_opml
(both of which doesn't need $project) through %actions hash.
This has disadvantage that all parameters are read and validated;
earlier git_opml was called as soon as $action was parsed and
validated, git_project_list was called as soon as $project was parsed
and validated. This has advantage that all action dispatch is grouped
in one place.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'csum-file.c')
0 files changed, 0 insertions, 0 deletions