author | Petr Baudis <pasky@suse.cz> | |
Fri, 23 Dec 2005 01:27:40 +0000 (02:27 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Jan 2006 05:43:02 +0000 (21:43 -0800) | ||
commit | b21c31c9a5edfd90d6f85481517f979352da4eed | |
tree | 923a03cbe2ea7ed9e136669dd3bb34b262599079 | tree | snapshot |
parent | f8f9c73c7d835ec1e5b665c66623aed49fcd4888 | commit | diff |
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>
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 | diff | blob | history | |
daemon.c | diff | blob | history |