OBJ_TREE           63 alloc.c        	t->object.type = OBJ_TREE;
OBJ_TREE           78 builtin/cat-file.c 		if (type == OBJ_TREE) {
OBJ_TREE           76 builtin/diff-tree.c 	if (obj->type == OBJ_TREE)
OBJ_TREE          405 builtin/diff.c 		if (obj->type == OBJ_TREE) {
OBJ_TREE          662 builtin/fast-export.c 	if (tagged->type == OBJ_TREE) {
OBJ_TREE          147 builtin/fsck.c 	if (obj->type == OBJ_TREE) {
OBJ_TREE          325 builtin/fsck.c 	if (obj->type == OBJ_TREE) {
OBJ_TREE          632 builtin/fsck.c 		if (obj->type != OBJ_TREE)
OBJ_TREE          463 builtin/grep.c 	if (obj->type == OBJ_COMMIT || obj->type == OBJ_TREE) {
OBJ_TREE          533 builtin/index-pack.c 	case OBJ_TREE:
OBJ_TREE          847 builtin/index-pack.c 			if (obj->type == OBJ_TREE) {
OBJ_TREE          578 builtin/log.c  		case OBJ_TREE:
OBJ_TREE          689 builtin/pack-objects.c 		if (objects[i].type != OBJ_TREE)
OBJ_TREE         1120 builtin/pack-objects.c 	if (type != OBJ_TREE) {
OBJ_TREE         1259 builtin/pack-objects.c 			add_object_entry(it->pcache.sha1, OBJ_TREE, NULL, 1);
OBJ_TREE          238 builtin/replace.c 	if (!raw && type == OBJ_TREE) {
OBJ_TREE          456 builtin/unpack-objects.c 	case OBJ_TREE:
OBJ_TREE          378 cache.h        	return S_ISDIR(mode) ? OBJ_TREE :
OBJ_TREE         1532 commit.c       	assert_sha1_type(tree, OBJ_TREE);
OBJ_TREE          302 contrib/convert-objects/convert-objects.c 	} else if (type == OBJ_TREE)
OBJ_TREE         1348 fast-import.c  		if (myoe->type != OBJ_TREE)
OBJ_TREE         1357 fast-import.c  		if (!buf || type != OBJ_TREE)
OBJ_TREE         1458 fast-import.c  	store_object(OBJ_TREE, &new_tree, &lo, root->versions[1].sha1, 0);
OBJ_TREE         2375 fast-import.c  						OBJ_TREE: OBJ_BLOB;
OBJ_TREE         2990 fast-import.c  	case OBJ_TREE:	/* easy case. */
OBJ_TREE         3044 fast-import.c  	while (!e || e->type != OBJ_TREE)
OBJ_TREE         3479 fast-import.c  		fprintf(stderr, "      trees  :   %10" PRIuMAX " (%10" PRIuMAX " duplicates %10" PRIuMAX " deltas of %10" PRIuMAX" attempts)\n", object_count_by_type[OBJ_TREE], duplicate_count_by_type[OBJ_TREE], delta_count_by_type[OBJ_TREE], delta_count_attempts_by_type[OBJ_TREE]);
OBJ_TREE          314 fsck.c         			result = options->walk(&lookup_tree(entry.sha1)->object, OBJ_TREE, data, options);
OBJ_TREE          338 fsck.c         	result = options->walk((struct object *)commit->tree, OBJ_TREE, data, options);
OBJ_TREE          369 fsck.c         	case OBJ_TREE:
OBJ_TREE          796 fsck.c         	if (obj->type == OBJ_TREE)
OBJ_TREE         1322 http-push.c    		case OBJ_TREE:
OBJ_TREE         1363 http-push.c    		if (obj->type == OBJ_TREE) {
OBJ_TREE          221 list-objects.c 		if (obj->type == OBJ_TREE) {
OBJ_TREE           60 match-trees.c  	if (type != OBJ_TREE)
OBJ_TREE         1984 merge-recursive.c 	if (object->type == OBJ_TREE)
OBJ_TREE          198 object.c       	} else if (type == OBJ_TREE) {
OBJ_TREE           69 pack-bitmap-write.c 		case OBJ_TREE:
OBJ_TREE           85 pack-bitmap-write.c 		case OBJ_TREE:
OBJ_TREE          825 pack-bitmap.c  		OBJ_TREE, show_reachable);
OBJ_TREE          851 pack-bitmap.c  	case OBJ_TREE:
OBJ_TREE          890 pack-bitmap.c  		*trees = count_object_type(bitmap_git.result, OBJ_TREE);
OBJ_TREE           88 reachable.c    	case OBJ_TREE:
OBJ_TREE          578 ref-filter.c   	case OBJ_TREE:
OBJ_TREE          117 revision.c     		case OBJ_TREE:
OBJ_TREE          326 revision.c     	if (object->type == OBJ_TREE) {
OBJ_TREE           56 sha1_file.c    	OBJ_TREE,
OBJ_TREE         1991 sha1_file.c    	case OBJ_TREE:
OBJ_TREE         2354 sha1_file.c    	case OBJ_TREE:
OBJ_TREE         3288 sha1_file.c    		if (type == OBJ_TREE)
OBJ_TREE          254 sha1_name.c    	return kind == OBJ_TREE;
OBJ_TREE          263 sha1_name.c    	if (kind == OBJ_TREE || kind == OBJ_COMMIT)
OBJ_TREE          270 sha1_name.c    	if (obj && (obj->type == OBJ_TREE || obj->type == OBJ_COMMIT))
OBJ_TREE          704 sha1_name.c    		expected_type = OBJ_TREE;
OBJ_TREE          718 sha1_name.c    	else if (expected_type == OBJ_TREE)
OBJ_TREE          444 streaming.c    	case OBJ_TREE:
OBJ_TREE          193 tree.c         	return object_as_type(obj, OBJ_TREE, 0);
OBJ_TREE          220 tree.c         	if (type != OBJ_TREE) {
OBJ_TREE          242 tree.c         		if (obj->type == OBJ_TREE)
OBJ_TREE          119 walker.c       	if (obj->type == OBJ_TREE) {