peek-remote: honor proxy config even from subdirectory.
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 07:50:21 +0000 (23:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:02 +0000 (23:13 -0800)
commite44eb3e4c74c5f6c1fca1cf92ddb454ad248c24c
tree71b3c1ede73afb145cfa7ffb160586e9af2c6f8c
parentedf2e37002eeb30a2ccad5db3b3e1fe41cdc7eb0
peek-remote: honor proxy config even from subdirectory.

Use setup_git_directory_gently() at the beginning of peek-remote
so that git:// proxy can be picked up from the configuration
file.

Signed-off-by: Junio C Hamano <junkio@cox.net>
peek-remote.c