count_refspec_match   44 builtin/push.c 	if (count_refspec_match(ref, local_refs, &matched) != 1)
count_refspec_match 1172 remote.c       	switch (count_refspec_match(rs->src, src, match)) {
count_refspec_match 1223 remote.c       	switch (count_refspec_match(dst_value, dst, &matched_dst)) {
count_refspec_match  136 remote.h       extern int count_refspec_match(const char *, struct ref *refs, struct ref **matched_ref);