diff options
Diffstat (limited to 'transport.c')
-rw-r--r-- | transport.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/transport.c b/transport.c index c83f3b71be..4d33138a75 100644 --- a/transport.c +++ b/transport.c @@ -1031,7 +1031,9 @@ int transport_push(struct transport *transport, &ref->new_oid); if (!push_unpushed_submodules(&commits, - transport->remote->name, + transport->remote, + refspec, refspec_nr, + transport->push_options, pretend)) { oid_array_clear(&commits); die("Failed to push all needed submodules!"); |