Merge branch 'cf/maint-remote-uploadpack-useconfig-fix'

* cf/maint-remote-uploadpack-useconfig-fix:
  git-remote: fix missing .uploadpack usage for show command
This commit is contained in:
Junio C Hamano 2009-07-01 19:40:54 -07:00
commit 59773c7e58

View File

@ -787,7 +787,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);