aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
AgeCommit message (Collapse)Author
2008-03-24Add separate header-files for each page/viewGravatar Lars Hjemli
Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-03-24Add command dispatcherGravatar Lars Hjemli
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>