X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=b3955983ba5caea698a78868abcbb54451b6daa8;hb=8eb865ba8a24aad5380a23fc1e331aba2f7c5bbb;hp=f2541b5a29a552fb9fab736f5b47a545c2eee383;hpb=c9de921848061db9316fe8dc2ebff4bcadf8117f;p=git.git diff --git a/remote.h b/remote.h index f2541b5a2..b3955983b 100644 --- a/remote.h +++ b/remote.h @@ -96,8 +96,8 @@ void free_refspec(int nr_refspec, struct refspec *refspec); char *apply_refspecs(struct refspec *refspecs, int nr_refspec, const char *name); -int match_refs(struct ref *src, struct ref **dst, - int nr_refspec, const char **refspec, int all); +int match_push_refs(struct ref *src, struct ref **dst, + int nr_refspec, const char **refspec, int all); void set_ref_status_for_push(struct ref *remote_refs, int send_mirror, int force_update);