1
0

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>
Dieser Commit ist enthalten in:
Lars Hjemli
2008-03-24 01:09:39 +01:00
Ursprung b608e88adb
Commit e0e4478e7b
7 geänderte Dateien mit 172 neuen und 113 gelöschten Zeilen

Datei anzeigen

@ -16,7 +16,7 @@ GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto
OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
ui-summary.o ui-log.o ui-tree.o ui-commit.o ui-diff.o \
ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o ui-patch.o
ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o ui-patch.o cmd.o
ifdef NEEDS_LIBICONV