is_file          1033 combine-diff.c 			int is_file, i;
is_file          1039 combine-diff.c 			is_file = has_symlinks;
is_file          1040 combine-diff.c 			for (i = 0; !is_file && i < num_parent; i++)
is_file          1041 combine-diff.c 				is_file = !S_ISLNK(elem->parent[i].mode);
is_file          1042 combine-diff.c 			if (!is_file)
is_file          1057 combine-diff.c 			if (is_file) {
is_file           990 transport.c    	} else if (url_is_local_not_ssh(url) && is_file(url) && is_bundle(url, 1)) {