parse_push_refspec  740 remote.c       	ret->push = parse_push_refspec(ret->push_refspec_nr, ret->push_refspec);
parse_push_refspec  780 remote.c       			r->push = parse_push_refspec(r->push_refspec_nr,
parse_push_refspec 1445 remote.c       	struct refspec *refspec = parse_push_refspec(nr_refspec, refspec_names);
parse_push_refspec 1486 remote.c       	rs = parse_push_refspec(nr_refspec, (const char **) refspec);