]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/remote.c
rename "match_refs()" to "match_push_refs()"
[thirdparty/git.git] / builtin / remote.c
index f2a9c26dc3494c0881ca3f91b44785c4b52caae7..f16b5443ccbd083110886aafb51fc230e8f33288 100644 (file)
@@ -389,8 +389,8 @@ static int get_push_ref_states(const struct ref *remote_refs,
        local_refs = get_local_heads();
        push_map = copy_ref_list(remote_refs);
 
-       match_refs(local_refs, &push_map, remote->push_refspec_nr,
-                  remote->push_refspec, MATCH_REFS_NONE);
+       match_push_refs(local_refs, &push_map, remote->push_refspec_nr,
+                       remote->push_refspec, MATCH_REFS_NONE);
 
        states->push.strdup_strings = 1;
        for (ref = push_map; ref; ref = ref->next) {