X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-push.c;h=edd553b7f69ed92fde301966e605e7562703718a;hb=b43ba7891422127eb3ec7bd88c9a8ea102b19d0c;hp=5d01be93440cdb343379fe0b05ff9155727f125c;hpb=5a4fcc28e116f769abf94a0acc558fd37a44bcfb;p=git.git diff --git a/http-push.c b/http-push.c index 5d01be934..edd553b7f 100644 --- a/http-push.c +++ b/http-push.c @@ -1869,8 +1869,8 @@ int main(int argc, char **argv) } /* match them up */ - if (match_refs(local_refs, &remote_refs, - nr_refspec, (const char **) refspec, push_all)) { + if (match_push_refs(local_refs, &remote_refs, + nr_refspec, (const char **) refspec, push_all)) { rc = -1; goto cleanup; }