fetch             986 builtin/clone.c 	if (!transport->get_refs_list || (!is_local && !transport->fetch))
fetch             336 builtin/fetch.c 			fetch_refspec = transport->remote->fetch;
fetch             357 builtin/fetch.c 				get_fetch_map(remote_refs, &remote->fetch[i], &tail, 0);
fetch             358 builtin/fetch.c 				if (remote->fetch[i].dst &&
fetch             359 builtin/fetch.c 				    remote->fetch[i].dst[0])
fetch             362 builtin/fetch.c 				    !remote->fetch[0].pattern)
fetch             909 builtin/fetch.c 	if (!transport->get_refs_list || !transport->fetch)
fetch             946 builtin/fetch.c 			prune_refs(transport->remote->fetch,
fetch             143 builtin/remote.c 	int fetch = 0, fetch_tags = TAGS_DEFAULT;
fetch             153 builtin/remote.c 		OPT_BOOL('f', "fetch", &fetch, N_("fetch the remote branches")),
fetch             224 builtin/remote.c 	if (fetch && fetch_remote(name))
fetch             334 builtin/remote.c 		if (get_fetch_map(remote_refs, states->remote->fetch + i, &tail, 1))
fetch             347 builtin/remote.c 	stale_refs = get_stale_heads(states->remote->fetch,
fetch             575 http-walker.c  	walker->fetch = fetch;
fetch             839 remote-curl.c  	if (fetch(nr_heads, to_fetch))
fetch             533 remote.c       static struct refspec *parse_refspec_internal(int nr_refspec, const char **refspec, int fetch, int verify)
fetch             558 remote.c       		if (!fetch && rhs == lhs && rhs[1] == '\0') {
fetch             571 remote.c       			if ((rhs && !is_glob) || (!rhs && fetch))
fetch             582 remote.c       		if (fetch) {
fetch             739 remote.c       	ret->fetch = parse_fetch_refspec(ret->fetch_refspec_nr, ret->fetch_refspec);
fetch             776 remote.c       		if (!r->fetch)
fetch             777 remote.c       			r->fetch = parse_fetch_refspec(r->fetch_refspec_nr,
fetch             960 remote.c       	return query_refspecs(remote->fetch, remote->fetch_refspec_nr, refspec);
fetch            1753 remote.c       	ret = apply_refspecs(remote->fetch, remote->fetch_refspec_nr, refname);
fetch            2376 remote.c       	dst = apply_refspecs(remote->fetch, remote->fetch_refspec_nr, refname);
fetch              35 remote.h       	struct refspec *fetch;
fetch              21 transport-helper.c 	unsigned fetch : 1,
fetch             169 transport-helper.c 			data->fetch = 1;
fetch             606 transport-helper.c 		return transport->fetch(transport, nr_heads, to_fetch);
fetch             627 transport-helper.c 	if (data->fetch)
fetch            1054 transport-helper.c 	transport->fetch = fetch;
fetch             896 transport.c    	transport->fetch = fetch_refs_via_pack;
fetch             987 transport.c    		ret->fetch = fetch_objs_via_rsync;
fetch             995 transport.c    		ret->fetch = fetch_refs_from_bundle;
fetch            1012 transport.c    		ret->fetch = fetch_refs_via_pack;
fetch            1306 transport.c    	rc = transport->fetch(transport, nr_heads, heads);
fetch              72 transport.h    	int (*fetch)(struct transport *transport, int refs_nr, struct ref **refs);
fetch             174 walker.c       			if (walker->fetch(walker, obj->sha1)) {
fetch              10 walker.h       	int (*fetch)(struct walker *, unsigned char *sha1);