push               47 builtin/push.c 	if (remote->push) {
push               51 builtin/push.c 		if (!query_refspecs(remote->push, remote->push_refspec_nr, &query) &&
push              323 builtin/remote.c 	struct string_list new, stale, tracked, heads, push;
push              391 builtin/remote.c 	states->push.strdup_strings = 1;
push              400 builtin/remote.c 		item = string_list_append(&states->push,
push              434 builtin/remote.c 	states->push.strdup_strings = 1;
push              436 builtin/remote.c 		item = string_list_append(&states->push, _("(matching)"));
push              442 builtin/remote.c 		struct refspec *spec = remote->push + i;
push              444 builtin/remote.c 			item = string_list_append(&states->push, _("(matching)"));
push              446 builtin/remote.c 			item = string_list_append(&states->push, spec->src);
push              448 builtin/remote.c 			item = string_list_append(&states->push, _("(delete)"));
push              840 builtin/remote.c 	string_list_clear_func(&states->push, clear_push_info);
push             1211 builtin/remote.c 		for_each_string_list(&states.push, add_push_to_show_info, &info);
push              952 remote-curl.c  	ret = push(nr_spec, specs);
push              740 remote.c       	ret->push = parse_push_refspec(ret->push_refspec_nr, ret->push_refspec);
push              779 remote.c       		if (!r->push)
push              780 remote.c       			r->push = parse_push_refspec(r->push_refspec_nr,
push             1778 remote.c       		dst = apply_refspecs(remote->push, remote->push_refspec_nr,
push               30 remote.h       	struct refspec *push;
push               26 transport-helper.c 		push : 1,
push              173 transport-helper.c 			data->push = 1;
push              793 transport-helper.c 	if (!data->push)
push              953 transport-helper.c 	if (data->push)
push              995 transport-helper.c 	if (data->push && for_push)
push              897 transport.c    	transport->push = NULL;
push              988 transport.c    		ret->push = rsync_transport_push;
push             1168 transport.c    	if (transport->push) {
push             1173 transport.c    		return transport->push(transport, refspec_nr, refspec, flags);
push               89 transport.h    	int (*push)(struct transport *connection, int refspec_nr, const char **refspec, int flags);