remote: convert apply_refspecs to take a struct refspec
Convert 'apply_refspecs()' to take a 'struct refspec' as a parameter instead
of a list of 'struct refspec_item'.
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Brandon Williams7 years agocommitted byJunio C Hamano
@ -523,7 +523,7 @@ static int fetch_with_import(struct transport *transport,
@@ -523,7 +523,7 @@ static int fetch_with_import(struct transport *transport,
update_ref("update by helper", private, &ref->new_oid, NULL,
@ -942,7 +942,7 @@ static int push_refs_with_export(struct transport *transport,
@@ -942,7 +942,7 @@ static int push_refs_with_export(struct transport *transport,