author | Junio C Hamano <junkio@cox.net> | |
Sat, 26 Nov 2005 08:47:59 +0000 (00:47 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 29 Nov 2005 07:13:02 +0000 (23:13 -0800) | ||
commit | 5a3277133d200151fe526e56e036c933d343958a | |
tree | a33a57bedea85936d19ef8e7a2c62418dc069383 | tree | snapshot |
parent | b191fa72ea501c0789fb1bd7a80fcec9da38804d | commit | diff |
Make networking commands to work from a subdirectory.
These are whole-tree operations and there is not much point
making them operable from within a subdirectory, but it is easy
to do so, and using setup_git_directory() upfront helps git://
proxy specification picked up from the correct place.
Signed-off-by: Junio C Hamano <junkio@cox.net>
These are whole-tree operations and there is not much point
making them operable from within a subdirectory, but it is easy
to do so, and using setup_git_directory() upfront helps git://
proxy specification picked up from the correct place.
Signed-off-by: Junio C Hamano <junkio@cox.net>
clone-pack.c | diff | blob | history | |
fetch-pack.c | diff | blob | history | |
http-fetch.c | diff | blob | history | |
http-push.c | diff | blob | history | |
local-fetch.c | diff | blob | history | |
send-pack.c | diff | blob | history | |
ssh-fetch.c | diff | blob | history | |
ssh-upload.c | diff | blob | history |