]> git.cameronkatri.com Git - cgit.git/commit
Add command dispatcher
authorLars Hjemli <hjemli@gmail.com>
Mon, 24 Mar 2008 00:09:39 +0000 (01:09 +0100)
committerLars Hjemli <hjemli@gmail.com>
Mon, 24 Mar 2008 00:43:48 +0000 (01:43 +0100)
commite0e4478e7b4812f822d60a13a33525f8e529e1e8
tree577c3927deb9b122f940b69ca7db66afe2422814
parentb608e88adb6f77328288afb6dd0eddf674fc9b5b
Add command dispatcher

This simplifies the code in cgit.c and makes it easier to extend cgit with
new pages/commands.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Makefile
cgit.c
cgit.h
cmd.c [new file with mode: 0644]
cmd.h [new file with mode: 0644]
parsing.c
shared.c