X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=remote.h;h=5db842087da081abbad96c8f9eed5829140714d2;hb=e4d1afbcf2e39a997ae90befd629ee53e444c4c9;hp=326bffeb0c4dbf4e675e714ce74d77e0cf78fe70;hpb=203462347fce0eab563fe77640648a7e8ae64d3b;p=git.git diff --git a/remote.h b/remote.h index 326bffeb0..5db842087 100644 --- a/remote.h +++ b/remote.h @@ -89,7 +89,7 @@ void ref_remove_duplicates(struct ref *ref_map); int valid_fetch_refspec(const char *refspec); struct refspec *parse_fetch_refspec(int nr_refspec, const char **refspec); -int match_refs(struct ref *src, struct ref *dst, struct ref ***dst_tail, +int match_refs(struct ref *src, struct ref **dst, int nr_refspec, const char **refspec, int all); /*