Make networking commands to work from a subdirectory.
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 08:47:59 +0000 (00:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:02 +0000 (23:13 -0800)
commit5a3277133d200151fe526e56e036c933d343958a
treea33a57bedea85936d19ef8e7a2c62418dc069383
parentb191fa72ea501c0789fb1bd7a80fcec9da38804d
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>
clone-pack.c
fetch-pack.c
http-fetch.c
http-push.c
local-fetch.c
send-pack.c
ssh-fetch.c
ssh-upload.c