X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-push.c;h=edd553b7f69ed92fde301966e605e7562703718a;hb=7a5638a1597da222dde484074392223d8daebd15;hp=5d01be93440cdb343379fe0b05ff9155727f125c;hpb=8963314c77af9a4eda5dcbdbab3d4001af83ad81;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; }