author | Andreas Ericsson <exon@op5.se> | |
Thu, 17 Nov 2005 19:37:14 +0000 (20:37 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 21 Nov 2005 21:47:00 +0000 (13:47 -0800) | ||
commit | 4dbd13527933261076bbed1a5a2daa60a752d096 | |
tree | 912391748ee23cce0dd1f9a70992454b3b46f642 | tree | snapshot |
parent | aa7f412abf605d824c7f72dbfaedd27d5429a025 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/pull-fetch-param.txt | diff | blob | history | |
daemon.c | diff | blob | history |