]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
daemon: prepare for multiple services.
authorJunio C Hamano <junkio@cox.net>
Mon, 21 Aug 2006 02:03:13 +0000 (19:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 28 Aug 2006 06:32:36 +0000 (23:32 -0700)
commitd819e4e682d68ca41378e4352b9e2bba084971dc
tree20464282e88b531f73edc2a6b3cb23ac1f25d026
parent370e0966ef4abff81f08c9ea5c7d167eb0b0d354
daemon: prepare for multiple services.

This adds an infrastructure to selectively enable and disable
more than one services in git-daemon.  Currently upload-pack
service, which serves the git-fetch-pack and git-peek-remote
clients, is the only service that is defined.

Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c