author | Junio C Hamano <junkio@cox.net> | |
Mon, 21 Nov 2005 07:37:13 +0000 (23:37 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 21 Nov 2005 07:37:13 +0000 (23:37 -0800) | ||
commit | e0a87193d3f2b78b7b687405c0315e1517d36912 | |
tree | ed1a1529799a29db7344321594000fbc93196c8a | tree | snapshot |
parent | 936a23420c8e1630e013578ba9285cd69cf918f7 | commit | diff |
Fix "do not DWIM" patch to enter_repo"
We wanted --strict to mean "do not DWIM", but the code required to
see absolute path. daemon does its own path verification and chdirs
to the verified repository, so enter_repo() called from upload-pack
will always enter ".". Requiring absolute path does not make any sense.
Signed-off-by: Junio C Hamano <junkio@cox.net>
We wanted --strict to mean "do not DWIM", but the code required to
see absolute path. daemon does its own path verification and chdirs
to the verified repository, so enter_repo() called from upload-pack
will always enter ".". Requiring absolute path does not make any sense.
Signed-off-by: Junio C Hamano <junkio@cox.net>
path.c | diff | blob | history |