Skip to content

Commit

Permalink
Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maint
Browse files Browse the repository at this point in the history
* cf/maint-remote-uploadpack-useconfig-fix:
  git-remote: fix missing .uploadpack usage for show command
  • Loading branch information
Junio C Hamano committed Jul 8, 2009
2 parents 595b8db + 345a380 commit b13493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b13493b

Please sign in to comment.