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

* 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-08 09:52:14 -07:00
Родитель 595b8dbfee 345a380394
Коммит b13493b2b4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);