X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport.c;h=51814b5da3064b617fa268a6b2bc6b3d6cb0b110;hb=4df989f9537cc9f168e96da7700f012b6367c63f;hp=4ff21ad28d89c6a4fc39628d358662bc7790ffde;hpb=8d3c0cb08dff78dfa36544f6bc720ac46cf743aa;p=git.git diff --git a/transport.c b/transport.c index 4ff21ad28..51814b5da 100644 --- a/transport.c +++ b/transport.c @@ -1026,8 +1026,8 @@ int transport_push(struct transport *transport, if (flags & TRANSPORT_PUSH_MIRROR) match_flags |= MATCH_REFS_MIRROR; - if (match_refs(local_refs, &remote_refs, - refspec_nr, refspec, match_flags)) { + if (match_push_refs(local_refs, &remote_refs, + refspec_nr, refspec, match_flags)) { return -1; }