daemon: do not forbid user relative paths unconditionally under --base-path
authorJunio C Hamano <junkio@cox.net>
Sat, 4 Feb 2006 07:50:55 +0000 (23:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 6 Feb 2006 00:51:01 +0000 (16:51 -0800)
commit363f24c93695d26f5af584e99093689077b1c7dd
tree888ad8b5e4d3a74de7aba083b10f060a949b8eab
parentdf9892ffce46d1f1bd6fe64aa445be2ffe7346cf
daemon: do not forbid user relative paths unconditionally under --base-path

Using base-path to relocate the server public space does not
have anything to do with allowing or forbidding user relative
paths.

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