git-daemon --base-path
commitb21c31c9a5edfd90d6f85481517f979352da4eed
authorPetr Baudis <pasky@suse.cz>
Fri, 23 Dec 2005 01:27:40 +0000 (23 02:27 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 05:43:02 +0000 (7 21:43 -0800)
tree923a03cbe2ea7ed9e136669dd3bb34b262599079
parentf8f9c73c7d835ec1e5b665c66623aed49fcd4888
git-daemon --base-path

Tommi Virtanen expressed a wish on #git to be able to use short and elegant
git URLs by making git-daemon 'root' in a given directory. This patch
implements this, causing git-daemon to interpret all paths relative to
the given base path if any is given.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-daemon.txt
daemon.c