Merge branch 'jc/broken-ref-dwim-fix'
[gitweb.git] / builtin / remote.c
index b25dfb44227c42a5d8dadb72c04e5aa694d2ace2..44eb8795cd654fa2fce97b9999e6611dd74bf479 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) {