parse_fetch_refspec  963 builtin/clone.c 	refspec = parse_fetch_refspec(1, &fetch_pattern);
parse_fetch_refspec 1029 builtin/fast-export.c 		refspecs = parse_fetch_refspec(refspecs_nr, refspecs_str);
parse_fetch_refspec  333 builtin/fetch.c 			fetch_refspec = parse_fetch_refspec(refmap_nr, refmap_array);
parse_fetch_refspec 1126 builtin/fetch.c 	refspec = parse_fetch_refspec(ref_nr, refs);
parse_fetch_refspec  655 builtin/pull.c 	spec = parse_fetch_refspec(1, &refspec);
parse_fetch_refspec  739 remote.c       	ret->fetch = parse_fetch_refspec(ret->fetch_refspec_nr, ret->fetch_refspec);
parse_fetch_refspec  777 remote.c       			r->fetch = parse_fetch_refspec(r->fetch_refspec_nr,
parse_fetch_refspec  165 remote.h       struct refspec *parse_fetch_refspec(int nr_refspec, const char **refspec);
parse_fetch_refspec  206 transport-helper.c 		data->refspecs = parse_fetch_refspec(refspec_nr, refspecs);