summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 936a234)
raw | patch | inline | side by side (parent: 936a234)
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) |
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>
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 | patch | blob | history |