Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Wed, 8 Jul 2009 16:52:14 +0000
(09:52 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 8 Jul 2009 16:52:14 +0000
(09:52 -0700)
* cf/maint-remote-uploadpack-useconfig-fix:
git-remote: fix missing .uploadpack usage for show command
builtin-remote.c
patch
|
blob
|
history
raw
(from parent 1:
595b8db
)
diff --git
a/builtin-remote.c
b/builtin-remote.c
index d436412d9b1c38084438ee17773986c970252d56..7685cfcaf08bef280576ea5f39e62dc1b92ae22c 100644
(file)
--- a/
builtin-remote.c
+++ b/
builtin-remote.c
@@
-789,7
+789,7
@@
static int get_remote_ref_states(const char *name,
read_branches();
if (query) {
- transport = transport_get(
NULL
, states->remote->url_nr > 0 ?
+ transport = transport_get(
states->remote
, states->remote->url_nr > 0 ?
states->remote->url[0] : NULL);
remote_refs = transport_get_remote_refs(transport);
transport_disconnect(transport);