blob 23 alloc.c struct blob blob; blob 54 alloc.c struct blob *b = alloc_node(&blob_state, sizeof(struct blob)); blob 110 alloc.c REPORT(blob, struct blob); blob 6 blob.c struct blob *lookup_blob(const unsigned char *sha1) blob 14 blob.c int parse_blob_buffer(struct blob *item, void *buffer, unsigned long size) blob 12 blob.h struct blob *lookup_blob(const unsigned char *sha1); blob 14 blob.h int parse_blob_buffer(struct blob *item, void *buffer, unsigned long size); blob 59 builtin/config.c OPT_STRING(0, "blob", &given_config_source.blob, N_("blob-id"), N_("read config from given blob object")), blob 366 builtin/config.c if (given_config_source.blob) blob 471 builtin/config.c !!given_config_source.file + !!given_config_source.blob > 1) { blob 569 builtin/config.c if (given_config_source.blob) blob 71 builtin/diff.c struct blobinfo *blob) blob 90 builtin/diff.c if (blob[0].mode == S_IFINVALID) blob 91 builtin/diff.c blob[0].mode = canon_mode(st.st_mode); blob 94 builtin/diff.c blob[0].mode, canon_mode(st.st_mode), blob 95 builtin/diff.c blob[0].sha1, null_sha1, blob 105 builtin/diff.c struct blobinfo *blob) blob 112 builtin/diff.c if (blob[0].mode == S_IFINVALID) blob 113 builtin/diff.c blob[0].mode = mode; blob 115 builtin/diff.c if (blob[1].mode == S_IFINVALID) blob 116 builtin/diff.c blob[1].mode = mode; blob 119 builtin/diff.c blob[0].mode, blob[1].mode, blob 120 builtin/diff.c blob[0].sha1, blob[1].sha1, blob 122 builtin/diff.c blob[0].name, blob[1].name); blob 265 builtin/diff.c struct blobinfo blob[2]; blob 411 builtin/diff.c hashcpy(blob[blobs].sha1, obj->sha1); blob 412 builtin/diff.c blob[blobs].name = name; blob 413 builtin/diff.c blob[blobs].mode = entry->mode; blob 434 builtin/diff.c result = builtin_diff_b_f(&rev, argc, argv, blob); blob 439 builtin/diff.c result = builtin_diff_blobs(&rev, argc, argv, blob); blob 762 builtin/fsck.c struct blob *blob; blob 768 builtin/fsck.c blob = lookup_blob(active_cache[i]->sha1); blob 769 builtin/fsck.c if (!blob) blob 771 builtin/fsck.c obj = &blob->object; blob 822 builtin/index-pack.c struct blob *blob = lookup_blob(sha1); blob 823 builtin/index-pack.c if (blob) blob 824 builtin/index-pack.c blob->object.flags |= FLAG_CHECKED; blob 17 builtin/merge-tree.c struct blob *blob; blob 59 builtin/merge-tree.c struct blob *base, *our, *their; blob 63 builtin/merge-tree.c return read_sha1_file(entry->blob->object.sha1, &type, size); blob 66 builtin/merge-tree.c base = entry->blob; blob 71 builtin/merge-tree.c our = entry->blob; blob 76 builtin/merge-tree.c their = entry->blob; blob 85 builtin/merge-tree.c return read_sha1_file(entry->blob->object.sha1, &type, size); blob 133 builtin/merge-tree.c printf(" %-6s %o %s %s\n", desc[entry->stage], entry->mode, sha1_to_hex(entry->blob->object.sha1), entry->path); blob 171 builtin/merge-tree.c res->blob = lookup_blob(sha1); blob 243 builtin/unpack-objects.c struct blob *blob; blob 249 builtin/unpack-objects.c blob = lookup_blob(obj_list[nr].sha1); blob 250 builtin/unpack-objects.c if (blob) blob 251 builtin/unpack-objects.c blob->object.flags |= FLAG_WRITTEN; blob 1426 cache.h const char *blob; blob 291 combine-diff.c char *blob; blob 295 combine-diff.c blob = xmalloc(100); blob 296 combine-diff.c *size = snprintf(blob, 100, blob 305 combine-diff.c *size = fill_textconv(textconv, df, &blob); blob 308 combine-diff.c blob = read_sha1_file(oid->hash, &type, size); blob 312 combine-diff.c return blob; blob 1253 config.c else if (config_source && config_source->blob) blob 1254 config.c return git_config_from_blob_ref(fn, config_source->blob, data); blob 2858 diff.c void *blob, blob 2877 diff.c (const char *)blob, (size_t)size, &buf)) { blob 2878 diff.c blob = buf.buf; blob 2881 diff.c if (write_in_full(fd, blob, size) != size) blob 1278 http-push.c static struct object_list **process_blob(struct blob *blob, blob 1283 http-push.c struct object *obj = &blob->object; blob 1368 http-push.c p = process_blob((struct blob *)obj, p, NULL, name); blob 12 list-objects.c struct blob *blob, blob 18 list-objects.c struct object *obj = &blob->object; blob 227 list-objects.c process_blob(revs, (struct blob *)obj, show_object, blob 8 merge-blobs.c static int fill_mmfile_blob(mmfile_t *f, struct blob *obj) blob 85 merge-blobs.c void *merge_blobs(const char *path, struct blob *base, struct blob *our, struct blob *their, unsigned long *size) blob 6 merge-blobs.h extern void *merge_blobs(const char *, struct blob *, struct blob *, struct blob *, unsigned long *); blob 192 object.c struct blob *blob = lookup_blob(sha1); blob 193 object.c if (blob) { blob 194 object.c if (parse_blob_buffer(blob, buffer, size)) blob 196 object.c obj = &blob->object; blob 94 revision.c static void mark_blob_uninteresting(struct blob *blob) blob 96 revision.c if (!blob) blob 98 revision.c if (blob->object.flags & UNINTERESTING) blob 100 revision.c blob->object.flags |= UNINTERESTING; blob 1347 revision.c struct blob *blob; blob 1352 revision.c blob = lookup_blob(ce->sha1); blob 1353 revision.c if (!blob) blob 1355 revision.c add_pending_object_with_path(revs, &blob->object, "", blob 52 walker.c struct blob *blob = lookup_blob(entry.sha1); blob 53 walker.c if (blob) blob 54 walker.c obj = &blob->object;