]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
git-daemon support for user-relative paths.
authorAndreas Ericsson <exon@op5.se>
Thu, 17 Nov 2005 19:37:14 +0000 (20:37 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 21 Nov 2005 21:47:00 +0000 (13:47 -0800)
commit4dbd13527933261076bbed1a5a2daa60a752d096
tree912391748ee23cce0dd1f9a70992454b3b46f642
parentaa7f412abf605d824c7f72dbfaedd27d5429a025
git-daemon support for user-relative paths.

Dropped a fair amount of reundant code in favour of the library code
in path.c

Added option --strict-paths with documentation, with backwards
compatibility for whitelist entries with symlinks.

Everything that worked earlier still works insofar as I have
remembered testing it.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-daemon.txt
Documentation/pull-fetch-param.txt
daemon.c