OBJ_BLOB           55 alloc.c        	b->object.type = OBJ_BLOB;
OBJ_BLOB          247 archive-tar.c  	    sha1_object_info(sha1, &size) == OBJ_BLOB &&
OBJ_BLOB          315 archive-zip.c  		if (S_ISREG(mode) && type == OBJ_BLOB && !args->convert &&
OBJ_BLOB           11 blob.c         	return object_as_type(obj, OBJ_BLOB, 0);
OBJ_BLOB          512 builtin/blame.c 	if (sha1_object_info(origin->blob_sha1, NULL) != OBJ_BLOB)
OBJ_BLOB         2223 builtin/blame.c 		    sha1_object_info(blob_sha1, NULL) == OBJ_BLOB)
OBJ_BLOB         2365 builtin/blame.c 	pretend_sha1_file(buf.buf, buf.len, OBJ_BLOB, origin->blob_sha1);
OBJ_BLOB           85 builtin/cat-file.c 		if (type == OBJ_BLOB)
OBJ_BLOB           95 builtin/cat-file.c 		if (type_from_string(exp_type) == OBJ_BLOB) {
OBJ_BLOB          107 builtin/cat-file.c 			if (sha1_object_info(blob_sha1, NULL) == OBJ_BLOB)
OBJ_BLOB          232 builtin/cat-file.c 	if (data->type == OBJ_BLOB) {
OBJ_BLOB          408 builtin/diff.c 		} else if (obj->type == OBJ_BLOB) {
OBJ_BLOB          830 builtin/fast-export.c 		case OBJ_BLOB:
OBJ_BLOB          259 builtin/fsck.c 			if (obj->type == OBJ_BLOB) {
OBJ_BLOB          461 builtin/grep.c 	if (obj->type == OBJ_BLOB)
OBJ_BLOB          449 builtin/index-pack.c 	if (type == OBJ_BLOB && size > big_file_threshold)
OBJ_BLOB          534 builtin/index-pack.c 	case OBJ_BLOB:
OBJ_BLOB          763 builtin/index-pack.c 	if (entry->size <= big_file_threshold || entry->type != OBJ_BLOB)
OBJ_BLOB          821 builtin/index-pack.c 		if (type == OBJ_BLOB) {
OBJ_BLOB          554 builtin/log.c  		case OBJ_BLOB:
OBJ_BLOB          258 builtin/notes.c 	if (type != OBJ_BLOB) {
OBJ_BLOB          247 builtin/pack-objects.c 		if (entry->type == OBJ_BLOB &&
OBJ_BLOB         1360 builtin/pack-objects.c 			if (entry->type < OBJ_COMMIT || entry->type > OBJ_BLOB)
OBJ_BLOB          185 builtin/rev-list.c 	if (obj->type == OBJ_BLOB && !has_sha1_file(obj->sha1))
OBJ_BLOB           12 builtin/unpack-file.c 	if (!buf || type != OBJ_BLOB)
OBJ_BLOB          242 builtin/unpack-objects.c 	} else if (type == OBJ_BLOB) {
OBJ_BLOB          457 builtin/unpack-objects.c 	case OBJ_BLOB:
OBJ_BLOB          380 cache.h        		OBJ_BLOB;
OBJ_BLOB          309 combine-diff.c 		if (type != OBJ_BLOB)
OBJ_BLOB         1130 config.c       	if (type != OBJ_BLOB) {
OBJ_BLOB          300 contrib/convert-objects/convert-objects.c 	if (type == OBJ_BLOB) {
OBJ_BLOB          179 diffcore-break.c 		    object_type(p->one->mode) == OBJ_BLOB &&
OBJ_BLOB          180 diffcore-break.c 		    object_type(p->two->mode) == OBJ_BLOB &&
OBJ_BLOB          542 dir.c          	if (!data || type != OBJ_BLOB) {
OBJ_BLOB           88 entry.c        		if (type == OBJ_BLOB)
OBJ_BLOB         1197 fast-import.c  	hdrlen = encode_in_pack_object_header(OBJ_BLOB, len, out_buf);
OBJ_BLOB         1248 fast-import.c  		duplicate_count_by_type[OBJ_BLOB]++;
OBJ_BLOB         1252 fast-import.c  		e->type = OBJ_BLOB;
OBJ_BLOB         1255 fast-import.c  		duplicate_count_by_type[OBJ_BLOB]++;
OBJ_BLOB         1260 fast-import.c  		e->type = OBJ_BLOB;
OBJ_BLOB         1265 fast-import.c  		object_count_by_type[OBJ_BLOB]++;
OBJ_BLOB         2072 fast-import.c  		store_object(OBJ_BLOB, &buf, last, sha1out, mark);
OBJ_BLOB         2375 fast-import.c  						OBJ_TREE: OBJ_BLOB;
OBJ_BLOB         2534 fast-import.c  		if (oe->type != OBJ_BLOB)
OBJ_BLOB         2541 fast-import.c  		if (type != OBJ_BLOB)
OBJ_BLOB         2917 fast-import.c  	if (type != OBJ_BLOB)
OBJ_BLOB         3478 fast-import.c  		fprintf(stderr, "      blobs  :   %10" PRIuMAX " (%10" PRIuMAX " duplicates %10" PRIuMAX " deltas of %10" PRIuMAX" attempts)\n", object_count_by_type[OBJ_BLOB], duplicate_count_by_type[OBJ_BLOB], delta_count_by_type[OBJ_BLOB], delta_count_attempts_by_type[OBJ_BLOB]);
OBJ_BLOB          316 fsck.c         			result = options->walk(&lookup_blob(entry.sha1)->object, OBJ_BLOB, data, options);
OBJ_BLOB          367 fsck.c         	case OBJ_BLOB:
OBJ_BLOB          794 fsck.c         	if (obj->type == OBJ_BLOB)
OBJ_BLOB         1325 http-push.c    		case OBJ_BLOB:
OBJ_BLOB         1367 http-push.c    		if (obj->type == OBJ_BLOB) {
OBJ_BLOB          226 list-objects.c 		if (obj->type == OBJ_BLOB) {
OBJ_BLOB          234 mailmap.c      	if (type != OBJ_BLOB)
OBJ_BLOB           17 merge-blobs.c  	if (type != OBJ_BLOB) {
OBJ_BLOB          764 merge-recursive.c 		if (type != OBJ_BLOB)
OBJ_BLOB         1525 merge-recursive.c 	if (type != OBJ_BLOB) {
OBJ_BLOB          336 notes-merge.c  	if (type != OBJ_BLOB)
OBJ_BLOB          806 notes.c        	if (!new_msg || !new_len || new_type != OBJ_BLOB) {
OBJ_BLOB          812 notes.c        	if (!cur_msg || !cur_len || cur_type != OBJ_BLOB) {
OBJ_BLOB          868 notes.c        	if (t != OBJ_BLOB || !data || !len) {
OBJ_BLOB          870 notes.c        		return t != OBJ_BLOB || !data;
OBJ_BLOB         1222 notes.c        	if (!(msg = read_sha1_file(sha1, &type, &msglen)) || type != OBJ_BLOB) {
OBJ_BLOB          191 object.c       	if (type == OBJ_BLOB) {
OBJ_BLOB          258 object.c       	if ((obj && obj->type == OBJ_BLOB) ||
OBJ_BLOB          260 object.c       	     sha1_object_info(sha1, NULL) == OBJ_BLOB)) {
OBJ_BLOB           70 pack-bitmap-write.c 		case OBJ_BLOB:
OBJ_BLOB           89 pack-bitmap-write.c 		case OBJ_BLOB:
OBJ_BLOB          827 pack-bitmap.c  		OBJ_BLOB, show_reachable);
OBJ_BLOB          855 pack-bitmap.c  	case OBJ_BLOB:
OBJ_BLOB          893 pack-bitmap.c  		*blobs = count_object_type(bitmap_git.result, OBJ_BLOB);
OBJ_BLOB           91 reachable.c    	case OBJ_BLOB:
OBJ_BLOB          167 read-cache.c   		if (!index_fd(sha1, fd, st, OBJ_BLOB, ce->name, 0))
OBJ_BLOB         2267 read-cache.c   	if (!data || type != OBJ_BLOB) {
OBJ_BLOB          581 ref-filter.c   	case OBJ_BLOB:
OBJ_BLOB           66 remote-testsvn.c 	else if (!msglen || type != OBJ_BLOB) {
OBJ_BLOB          113 remote-testsvn.c 			!msglen || type != OBJ_BLOB) {
OBJ_BLOB          120 revision.c     		case OBJ_BLOB:
OBJ_BLOB          341 revision.c     	if (object->type == OBJ_BLOB) {
OBJ_BLOB         1992 sha1_file.c    	case OBJ_BLOB:
OBJ_BLOB         2228 sha1_file.c    		if (f->type == OBJ_BLOB)
OBJ_BLOB         2355 sha1_file.c    	case OBJ_BLOB:
OBJ_BLOB         3274 sha1_file.c    		type = OBJ_BLOB;
OBJ_BLOB         3279 sha1_file.c    	if ((type == OBJ_BLOB) && path) {
OBJ_BLOB         3319 sha1_file.c    		ret = write_sha1_file(sbuf.buf, sbuf.len, typename(OBJ_BLOB),
OBJ_BLOB         3322 sha1_file.c    		ret = hash_sha1_file(sbuf.buf, sbuf.len, typename(OBJ_BLOB),
OBJ_BLOB         3398 sha1_file.c    	if (type == OBJ_BLOB && path && would_convert_to_git_filter_fd(path))
OBJ_BLOB         3402 sha1_file.c    	else if (st->st_size <= big_file_threshold || type != OBJ_BLOB ||
OBJ_BLOB         3424 sha1_file.c    		if (index_fd(sha1, fd, st, OBJ_BLOB, path, flags) < 0)
OBJ_BLOB          278 sha1_name.c    	return kind == OBJ_BLOB;
OBJ_BLOB          706 sha1_name.c    		expected_type = OBJ_BLOB;
OBJ_BLOB          445 streaming.c    	case OBJ_BLOB:
OBJ_BLOB          515 streaming.c    	if (type != OBJ_BLOB)
OBJ_BLOB          407 submodule-config.c 	if (type != OBJ_BLOB) {
OBJ_BLOB          124 walker.c       	if (obj->type == OBJ_BLOB) {
OBJ_BLOB          195 xdiff-interface.c 	if (!ptr->ptr || type != OBJ_BLOB)