update_shallow    127 builtin/fetch-pack.c 			args.update_shallow = 1;
update_shallow     39 builtin/fetch.c static int tags = TAGS_DEFAULT, unshallow, update_shallow;
update_shallow    123 builtin/fetch.c 	OPT_BOOL(0, "update-shallow", &update_shallow,
update_shallow    869 builtin/fetch.c 	if (update_shallow)
update_shallow    993 fetch-pack.c   	if (args->update_shallow) {
update_shallow   1058 fetch-pack.c   	update_shallow(args, sought, nr_sought, &si);
update_shallow     27 fetch-pack.h   	unsigned update_shallow:1;
update_shallow     26 remote-curl.c  		update_shallow : 1,
update_shallow    106 remote-curl.c  			options.update_shallow = 1;
update_shallow    108 remote-curl.c  			options.update_shallow = 0;
update_shallow    751 remote-curl.c  	if (options.update_shallow)
update_shallow    624 transport-helper.c 	if (data->transport_options.update_shallow)
update_shallow    467 transport.c    		opts->update_shallow = !!value;
update_shallow    535 transport.c    	args.update_shallow = data->options.update_shallow;
update_shallow     14 transport.h    	unsigned update_shallow : 1;