projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf2e37
)
peek-remote: honor proxy config even from subdirectory.
author
Junio C Hamano
<junkio@cox.net>
Sat, 26 Nov 2005 07:50:21 +0000
(23:50 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 29 Nov 2005 07:13:02 +0000
(23:13 -0800)
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
patch
|
blob
|
history
diff --git
a/peek-remote.c
b/peek-remote.c
index
ee49bf3
..
a90cf22
100644
(file)
--- a/
peek-remote.c
+++ b/
peek-remote.c
@@
-27,6
+27,9
@@
int main(int argc, char **argv)
char *dest = NULL;
int fd[2];
pid_t pid;
+ int nongit = 0;
+
+ setup_git_directory_gently(&nongit);
for (i = 1; i < argc; i++) {
char *arg = argv[i];