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