sha1_to_hex 105 archive-tar.c return error("cannot stream blob %s", sha1_to_hex(sha1)); sha1_to_hex 196 archive-tar.c sprintf(header.name, "%s.paxheader", sha1_to_hex(sha1)); sha1_to_hex 228 archive-tar.c mode, sha1_to_hex(sha1)); sha1_to_hex 239 archive-tar.c sha1_to_hex(sha1)); sha1_to_hex 254 archive-tar.c return error("cannot read %s", sha1_to_hex(sha1)); sha1_to_hex 263 archive-tar.c sha1_to_hex(sha1)); sha1_to_hex 300 archive-tar.c strbuf_append_ext_header(&ext_header, "comment", sha1_to_hex(sha1), 40); sha1_to_hex 294 archive-zip.c (int)pathlen, sha1_to_hex(sha1), path); sha1_to_hex 320 archive-zip.c sha1_to_hex(sha1)); sha1_to_hex 328 archive-zip.c sha1_to_hex(sha1)); sha1_to_hex 337 archive-zip.c sha1_to_hex(sha1)); sha1_to_hex 545 archive-zip.c write_or_die(1, sha1_to_hex(sha1), GIT_SHA1_HEXSZ); sha1_to_hex 146 bisect.c fprintf(stderr, " %.*s", 8, sha1_to_hex(commit->object.sha1)); sha1_to_hex 149 bisect.c sha1_to_hex(pp->item->object.sha1)); sha1_to_hex 460 bisect.c strbuf_addstr(&joined_hexs, sha1_to_hex(array->sha1[i])); sha1_to_hex 624 bisect.c sha1_to_hex(good_revs.sha1[i])); sha1_to_hex 684 bisect.c memcpy(bisect_rev_hex, sha1_to_hex(bisect_rev), GIT_SHA1_HEXSZ + 1); sha1_to_hex 705 bisect.c die("Not a valid commit name %s", sha1_to_hex(sha1)); sha1_to_hex 751 bisect.c char *mb_hex = sha1_to_hex(mb); sha1_to_hex 752 bisect.c char *bad_hex = sha1_to_hex(current_bad_oid->hash); sha1_to_hex 975 bisect.c printf("%s is the first %s commit\n", sha1_to_hex(bisect_rev), sha1_to_hex 600 builtin/am.c sha1_to_hex(from_obj), sha1_to_hex(to_obj)); sha1_to_hex 1071 builtin/am.c write_state_text(state, "abort-safety", sha1_to_hex(curr_head)); sha1_to_hex 1120 builtin/am.c write_state_text(state, "abort-safety", sha1_to_hex(head)); sha1_to_hex 1440 builtin/am.c die(_("unable to parse commit %s"), sha1_to_hex(commit->object.sha1)); sha1_to_hex 1525 builtin/am.c write_state_text(state, "original-commit", sha1_to_hex(commit_sha1)); sha1_to_hex 1608 builtin/am.c sha1_to_hex(his_tree), linelen(state->msg), state->msg); sha1_to_hex 1613 builtin/am.c argv_array_push(&cp.args, sha1_to_hex(orig_tree)); sha1_to_hex 1615 builtin/am.c argv_array_push(&cp.args, sha1_to_hex(our_tree)); sha1_to_hex 1616 builtin/am.c argv_array_push(&cp.args, sha1_to_hex(his_tree)); sha1_to_hex 1743 builtin/am.c fprintf(fp, "%s ", sha1_to_hex(state->orig_commit)); sha1_to_hex 1744 builtin/am.c fprintf(fp, "%s\n", sha1_to_hex(commit)); sha1_to_hex 2069 builtin/am.c return error(_("Could not parse object '%s'."), sha1_to_hex(head)); sha1_to_hex 2073 builtin/am.c return error(_("Could not parse object '%s'."), sha1_to_hex(remote)); sha1_to_hex 2085 builtin/am.c return error(_("Could not parse object '%s'."), sha1_to_hex(index)); sha1_to_hex 2999 builtin/apply.c if (strcmp(sha1_to_hex(sha1), patch->old_sha1_prefix)) sha1_to_hex 3003 builtin/apply.c name, sha1_to_hex(sha1)); sha1_to_hex 3044 builtin/apply.c if (strcmp(sha1_to_hex(sha1), patch->new_sha1_prefix)) sha1_to_hex 3046 builtin/apply.c name, patch->new_sha1_prefix, sha1_to_hex(sha1)); sha1_to_hex 3080 builtin/apply.c strbuf_addf(buf, "Subproject commit %s\n", sha1_to_hex(sha1)); sha1_to_hex 193 builtin/blame.c sha1_to_hex(o->blob_sha1), sha1_to_hex 979 builtin/blame.c sha1_to_hex(parent->commit->object.sha1), sha1_to_hex 980 builtin/blame.c sha1_to_hex(target->commit->object.sha1)); sha1_to_hex 1128 builtin/blame.c sha1_to_hex(parent->commit->object.sha1)); sha1_to_hex 1692 builtin/blame.c strbuf_addf(&ret->summary, "(%s)", sha1_to_hex(commit->object.sha1)); sha1_to_hex 1735 builtin/blame.c printf("previous %s ", sha1_to_hex(prev->commit->object.sha1)); sha1_to_hex 1754 builtin/blame.c sha1_to_hex(suspect->commit->object.sha1), sha1_to_hex 1884 builtin/blame.c strcpy(hex, sha1_to_hex(suspect->commit->object.sha1)); sha1_to_hex 1924 builtin/blame.c strcpy(hex, sha1_to_hex(suspect->commit->object.sha1)); sha1_to_hex 2155 builtin/blame.c sha1_to_hex(ent->suspect->commit->object.sha1), sha1_to_hex 2235 builtin/blame.c die("no such commit %s", sha1_to_hex(sha1)); sha1_to_hex 2312 builtin/blame.c sha1_to_hex(parent->item->object.sha1)); sha1_to_hex 2744 builtin/blame.c sha1_to_hex(o->blob_sha1), sha1_to_hex 644 builtin/branch.c sha1_to_hex(merge_filter_ref)); sha1_to_hex 102 builtin/cat-file.c die("%s not a valid tag", sha1_to_hex(sha1)); sha1_to_hex 172 builtin/cat-file.c strbuf_addstr(sb, sha1_to_hex(data->sha1)); sha1_to_hex 197 builtin/cat-file.c strbuf_addstr(sb, sha1_to_hex(data->delta_base_sha1)); sha1_to_hex 236 builtin/cat-file.c die("unable to stream %s to stdout", sha1_to_hex(sha1)); sha1_to_hex 245 builtin/cat-file.c die("object %s disappeared", sha1_to_hex(sha1)); sha1_to_hex 247 builtin/cat-file.c die("object %s changed type!?", sha1_to_hex(sha1)); sha1_to_hex 249 builtin/cat-file.c die("object %s changed size!?", sha1_to_hex(sha1)); sha1_to_hex 262 builtin/cat-file.c printf("%s missing\n", obj_name ? obj_name : sha1_to_hex(data->sha1)); sha1_to_hex 58 builtin/checkout.c sha1_to_hex(old ? old->object.sha1 : null_sha1), sha1_to_hex 59 builtin/checkout.c sha1_to_hex(new ? new->object.sha1 : null_sha1), sha1_to_hex 643 builtin/checkout.c old_desc = sha1_to_hex(old->commit->object.sha1); sha1_to_hex 782 builtin/checkout.c add_pending_object(&revs, object, sha1_to_hex(object->sha1)); sha1_to_hex 694 builtin/clone.c detach_advice(sha1_to_hex(sha1)); sha1_to_hex 724 builtin/clone.c err |= run_hook_le(NULL, "post-checkout", sha1_to_hex(null_sha1), sha1_to_hex 725 builtin/clone.c sha1_to_hex(sha1), "1", NULL); sha1_to_hex 23 builtin/commit-tree.c error("duplicate parent %s ignored", sha1_to_hex(sha1)); sha1_to_hex 130 builtin/commit-tree.c printf("%s\n", sha1_to_hex(commit_sha1)); sha1_to_hex 1539 builtin/commit.c sha1_to_hex(oldsha1), sha1_to_hex(newsha1)); sha1_to_hex 270 builtin/describe.c die(_("no tag exactly matches '%s'"), sha1_to_hex(cmit->object.sha1)); sha1_to_hex 320 builtin/describe.c sha1_to_hex(c->object.sha1)); sha1_to_hex 348 builtin/describe.c sha1_to_hex(sha1)); sha1_to_hex 352 builtin/describe.c sha1_to_hex(sha1)); sha1_to_hex 377 builtin/describe.c sha1_to_hex(gave_up_on->object.sha1)); sha1_to_hex 52 builtin/diff-tree.c printf("%s %s\n", sha1_to_hex(tree1->object.sha1), sha1_to_hex 53 builtin/diff-tree.c sha1_to_hex(tree2->object.sha1)); sha1_to_hex 79 builtin/diff-tree.c sha1_to_hex(sha1), typename(obj->type)); sha1_to_hex 240 builtin/fast-export.c die ("Could not read blob %s", sha1_to_hex(sha1)); sha1_to_hex 242 builtin/fast-export.c die("sha1 mismatch in blob %s", sha1_to_hex(sha1)); sha1_to_hex 247 builtin/fast-export.c die("Could not read blob %s", sha1_to_hex(sha1)); sha1_to_hex 253 builtin/fast-export.c die_errno ("Could not write blob '%s'", sha1_to_hex(sha1)); sha1_to_hex 385 builtin/fast-export.c sha1_to_hex(anonymize ? sha1_to_hex 547 builtin/fast-export.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 553 builtin/fast-export.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 664 builtin/fast-export.c sha1_to_hex(tag->object.sha1)); sha1_to_hex 670 builtin/fast-export.c die ("Could not read tag %s", sha1_to_hex(tag->object.sha1)); sha1_to_hex 709 builtin/fast-export.c sha1_to_hex(tag->object.sha1)); sha1_to_hex 712 builtin/fast-export.c sha1_to_hex(tag->object.sha1)); sha1_to_hex 718 builtin/fast-export.c sha1_to_hex(tag->object.sha1)); sha1_to_hex 734 builtin/fast-export.c sha1_to_hex(tag->object.sha1)); sha1_to_hex 741 builtin/fast-export.c sha1_to_hex(tag->object.sha1), sha1_to_hex 754 builtin/fast-export.c sha1_to_hex(tag->object.sha1)); sha1_to_hex 891 builtin/fast-export.c sha1_to_hex(deco->base->sha1)) < 0) { sha1_to_hex 935 builtin/fast-export.c die("object not found: %s", sha1_to_hex(sha1)); sha1_to_hex 943 builtin/fast-export.c die("not a commit? can't happen: %s", sha1_to_hex(sha1)); sha1_to_hex 948 builtin/fast-export.c error("Object %s already has a mark", sha1_to_hex(sha1)); sha1_to_hex 966 builtin/fast-export.c refspec->dst, sha1_to_hex(null_sha1)); sha1_to_hex 213 builtin/fetch-pack.c sha1_to_hex(ref->old_sha1), ref->name); sha1_to_hex 458 builtin/fetch.c die(_("object %s not found"), sha1_to_hex(ref->new_sha1)); sha1_to_hex 688 builtin/fetch.c sha1_to_hex(rm->old_sha1), sha1_to_hex 348 builtin/fmt-merge-msg.c branch = deref_tag(parse_object(sha1), sha1_to_hex(sha1), 40); sha1_to_hex 381 builtin/fmt-merge-msg.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 78 builtin/fsck.c msg_type, typename(obj->type), sha1_to_hex(obj->sha1), err); sha1_to_hex 108 builtin/fsck.c typename(parent->type), sha1_to_hex(parent->sha1)); sha1_to_hex 125 builtin/fsck.c typename(parent->type), sha1_to_hex(parent->sha1)); sha1_to_hex 127 builtin/fsck.c typename(obj->type), sha1_to_hex(obj->sha1)); sha1_to_hex 201 builtin/fsck.c printf("missing %s %s\n", typename(obj->type), sha1_to_hex(obj->sha1)); sha1_to_hex 226 builtin/fsck.c printf("unreachable %s %s\n", typename(obj->type), sha1_to_hex(obj->sha1)); sha1_to_hex 245 builtin/fsck.c sha1_to_hex(obj->sha1)); sha1_to_hex 249 builtin/fsck.c sha1_to_hex(obj->sha1)); sha1_to_hex 263 builtin/fsck.c fprintf(f, "%s\n", sha1_to_hex(obj->sha1)); sha1_to_hex 282 builtin/fsck.c fprintf(stderr, "Checking %s\n", sha1_to_hex(obj->sha1)); sha1_to_hex 318 builtin/fsck.c typename(obj->type), sha1_to_hex(obj->sha1)); sha1_to_hex 337 builtin/fsck.c printf("root %s\n", sha1_to_hex(commit->object.sha1)); sha1_to_hex 344 builtin/fsck.c printf("tagged %s %s", typename(tag->tagged->type), sha1_to_hex(tag->tagged->sha1)); sha1_to_hex 345 builtin/fsck.c printf(" (%s) in %s\n", tag->tag, sha1_to_hex(tag->object.sha1)); sha1_to_hex 358 builtin/fsck.c sha1_to_hex(sha1)); sha1_to_hex 371 builtin/fsck.c return error("%s: object corrupt or missing", sha1_to_hex(sha1)); sha1_to_hex 485 builtin/fsck.c error("%s: invalid reflog entry %s", refname, sha1_to_hex(sha1)); sha1_to_hex 499 builtin/fsck.c sha1_to_hex(osha1), sha1_to_hex(nsha1)); sha1_to_hex 626 builtin/fsck.c sha1_to_hex(it->sha1)); sha1_to_hex 442 builtin/grep.c sha1_to_hex(entry.sha1)); sha1_to_hex 476 builtin/grep.c die(_("unable to read tree (%s)"), sha1_to_hex(obj->sha1)); sha1_to_hex 44 builtin/hash-object.c printf("%s\n", sha1_to_hex(sha1)); sha1_to_hex 202 builtin/index-pack.c die(_("object type mismatch at %s"), sha1_to_hex(obj->sha1)); sha1_to_hex 223 builtin/index-pack.c sha1_to_hex(obj->sha1)); sha1_to_hex 226 builtin/index-pack.c sha1_to_hex(obj->sha1), sha1_to_hex 744 builtin/index-pack.c sha1_to_hex(data->entry->idx.sha1)); sha1_to_hex 747 builtin/index-pack.c sha1_to_hex(data->entry->idx.sha1)); sha1_to_hex 750 builtin/index-pack.c sha1_to_hex(data->entry->idx.sha1)); sha1_to_hex 773 builtin/index-pack.c sha1_to_hex(entry->idx.sha1)); sha1_to_hex 806 builtin/index-pack.c die(_("SHA1 COLLISION FOUND WITH %s !"), sha1_to_hex(sha1)); sha1_to_hex 812 builtin/index-pack.c die(_("cannot read existing object %s"), sha1_to_hex(sha1)); sha1_to_hex 815 builtin/index-pack.c die(_("SHA1 COLLISION FOUND WITH %s !"), sha1_to_hex(sha1)); sha1_to_hex 826 builtin/index-pack.c die(_("invalid blob object %s"), sha1_to_hex(sha1)); sha1_to_hex 845 builtin/index-pack.c die(_("Not all child objects of %s are reachable"), sha1_to_hex(obj->sha1)); sha1_to_hex 1367 builtin/index-pack.c die(_("local object %s is corrupt"), sha1_to_hex(d->sha1)); sha1_to_hex 1421 builtin/index-pack.c get_object_directory(), sha1_to_hex(sha1)); sha1_to_hex 1432 builtin/index-pack.c get_object_directory(), sha1_to_hex(sha1)); sha1_to_hex 1441 builtin/index-pack.c printf("%s\n", sha1_to_hex(sha1)); sha1_to_hex 1445 builtin/index-pack.c report, sha1_to_hex(sha1)); sha1_to_hex 1574 builtin/index-pack.c sha1_to_hex(obj->idx.sha1), sha1_to_hex 1580 builtin/index-pack.c printf(" %u %s", obj_stat[i].delta_depth, sha1_to_hex(bobj->idx.sha1)); sha1_to_hex 479 builtin/log.c return error(_("Could not read object %s"), sha1_to_hex(sha1)); sha1_to_hex 573 builtin/log.c sha1_to_hex(t->tagged->sha1)); sha1_to_hex 1554 builtin/log.c gen_message_id(&rev, sha1_to_hex(commit->object.sha1)); sha1_to_hex 132 builtin/ls-remote.c printf("%s %s\n", sha1_to_hex(ref->old_sha1), ref->name); sha1_to_hex 19 builtin/merge-base.c printf("%s\n", sha1_to_hex(result->item->object.sha1)); sha1_to_hex 65 builtin/merge-base.c printf("%s\n", sha1_to_hex(result->item->object.sha1)); sha1_to_hex 86 builtin/merge-base.c printf("%s\n", sha1_to_hex(result->item->object.sha1)); sha1_to_hex 199 builtin/merge-base.c printf("%s\n", sha1_to_hex(bases->item->object.sha1)); sha1_to_hex 25 builtin/merge-index.c strcpy(hexbuf[stage], sha1_to_hex(ce->sha1)); sha1_to_hex 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); sha1_to_hex 276 builtin/merge.c args[i++] = sha1_to_hex(sha1); sha1_to_hex 293 builtin/merge.c args[i++] = sha1_to_hex(sha1); sha1_to_hex 311 builtin/merge.c args[2] = sha1_to_hex(stash); sha1_to_hex 368 builtin/merge.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 452 builtin/merge.c sha1_to_hex(branch_head), remote); sha1_to_hex 457 builtin/merge.c sha1_to_hex(branch_head), remote); sha1_to_hex 462 builtin/merge.c sha1_to_hex(branch_head), remote); sha1_to_hex 500 builtin/merge.c sha1_to_hex(remote_head->object.sha1), sha1_to_hex 514 builtin/merge.c sha1_to_hex(desc->obj->sha1), sha1_to_hex 522 builtin/merge.c sha1_to_hex(remote_head->object.sha1), remote); sha1_to_hex 968 builtin/merge.c strbuf_addf(&buf, "%s\n", sha1_to_hex(sha1)); sha1_to_hex 1358 builtin/merge.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 84 builtin/mktag.c return error("char%d: could not verify object %s", 7, sha1_to_hex(sha1)); sha1_to_hex 172 builtin/mktag.c printf("%s\n", sha1_to_hex(result_sha1)); sha1_to_hex 123 builtin/mktree.c die("entry '%s' object %s is unavailable", path, sha1_to_hex(sha1)); sha1_to_hex 133 builtin/mktree.c path, sha1_to_hex(sha1), typename(obj_type), typename(mode_type)); sha1_to_hex 181 builtin/mktree.c puts(sha1_to_hex(sha1)); sha1_to_hex 242 builtin/name-rev.c printf("%s ", caller_name ? caller_name : sha1_to_hex(sha1)); sha1_to_hex 251 builtin/name-rev.c die("cannot describe '%s'", sha1_to_hex(sha1)); sha1_to_hex 116 builtin/notes.c printf("%s %s\n", sha1_to_hex(note_sha1), sha1_to_hex(object_sha1)); sha1_to_hex 135 builtin/notes.c {"show", "--stat", "--no-notes", sha1_to_hex(object), NULL}; sha1_to_hex 148 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 160 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 369 builtin/notes.c puts(sha1_to_hex(note)); sha1_to_hex 373 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 434 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 447 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 458 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 522 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 526 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 532 builtin/notes.c "copy."), sha1_to_hex(from_obj)); sha1_to_hex 619 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 660 builtin/notes.c sha1_to_hex(object)); sha1_to_hex 662 builtin/notes.c const char *show_args[3] = {"show", sha1_to_hex(note), NULL}; sha1_to_hex 109 builtin/pack-objects.c die("unable to read %s", sha1_to_hex(entry->idx.sha1)); sha1_to_hex 112 builtin/pack-objects.c die("unable to read %s", sha1_to_hex(entry->delta->idx.sha1)); sha1_to_hex 162 builtin/pack-objects.c die(_("unable to read %s"), sha1_to_hex(sha1)); sha1_to_hex 254 builtin/pack-objects.c die(_("unable to read %s"), sha1_to_hex(entry->idx.sha1)); sha1_to_hex 366 builtin/pack-objects.c error("bad packed object CRC for %s", sha1_to_hex(entry->idx.sha1)); sha1_to_hex 376 builtin/pack-objects.c error("corrupt packed object for %s", sha1_to_hex(entry->idx.sha1)); sha1_to_hex 505 builtin/pack-objects.c sha1_to_hex(e->idx.sha1)); sha1_to_hex 855 builtin/pack-objects.c strbuf_addf(&tmpname, "%s.bitmap", sha1_to_hex(sha1)); sha1_to_hex 870 builtin/pack-objects.c puts(sha1_to_hex(sha1)); sha1_to_hex 1380 builtin/pack-objects.c sha1_to_hex(entry->idx.sha1)); sha1_to_hex 1389 builtin/pack-objects.c sha1_to_hex(entry->idx.sha1)); sha1_to_hex 1633 builtin/pack-objects.c sha1_to_hex(trg_entry->idx.sha1)); sha1_to_hex 1636 builtin/pack-objects.c sha1_to_hex(trg_entry->idx.sha1), sz, trg_size); sha1_to_hex 1648 builtin/pack-objects.c sha1_to_hex(src_entry->idx.sha1)); sha1_to_hex 1658 builtin/pack-objects.c sha1_to_hex(src_entry->idx.sha1)); sha1_to_hex 1662 builtin/pack-objects.c sha1_to_hex(src_entry->idx.sha1), sz, src_size); sha1_to_hex 2154 builtin/pack-objects.c sha1_to_hex(entry->idx.sha1)); sha1_to_hex 54 builtin/prune.c printf("%s %s\n", sha1_to_hex(sha1), sha1_to_hex 783 builtin/pull.c argv_array_push(&args, sha1_to_hex(merge_head)); sha1_to_hex 786 builtin/pull.c argv_array_push(&args, sha1_to_hex(fork_point)); sha1_to_hex 788 builtin/pull.c argv_array_push(&args, sha1_to_hex(merge_head)); sha1_to_hex 861 builtin/pull.c "commit %s."), sha1_to_hex(orig_head)); sha1_to_hex 869 builtin/pull.c "to recover."), sha1_to_hex(orig_head)); sha1_to_hex 81 builtin/read-tree.c sha1_to_hex(ce->sha1)); sha1_to_hex 202 builtin/receive-pack.c packet_write(1, "%s %s\n", sha1_to_hex(sha1), path); sha1_to_hex 216 builtin/receive-pack.c sha1_to_hex(sha1), path, 0, cap.buf); sha1_to_hex 378 builtin/receive-pack.c strbuf_addf(&buf, "%lu-%.*s", stamp, 20, sha1_to_hex(sha1)); sha1_to_hex 526 builtin/receive-pack.c sha1_to_hex(push_cert_sha1)); sha1_to_hex 622 builtin/receive-pack.c sha1_to_hex(cmd->old_sha1), sha1_to_hex(cmd->new_sha1), sha1_to_hex 660 builtin/receive-pack.c argv[2] = sha1_to_hex(cmd->old_sha1); sha1_to_hex 661 builtin/receive-pack.c argv[3] = sha1_to_hex(cmd->new_sha1); sha1_to_hex 837 builtin/receive-pack.c read_tree[3] = sha1_to_hex(sha1); sha1_to_hex 860 builtin/receive-pack.c sha1_to_hex(sha1), NULL)) sha1_to_hex 926 builtin/receive-pack.c "but I can't find it!", sha1_to_hex(new_sha1)); sha1_to_hex 106 builtin/replace.c full_hex = sha1_to_hex(sha1); sha1_to_hex 138 builtin/replace.c sha1_to_hex(object)) > ref_size - 1) sha1_to_hex 216 builtin/replace.c argv_array_push(&cmd.args, sha1_to_hex(sha1)); sha1_to_hex 290 builtin/replace.c die("unable to get object type for %s", sha1_to_hex(old)); sha1_to_hex 302 builtin/replace.c return error("new object is the same as the old one: '%s'", sha1_to_hex(old)); sha1_to_hex 327 builtin/replace.c strbuf_addf(&new_parents, "parent %s\n", sha1_to_hex(sha1)); sha1_to_hex 369 builtin/replace.c "use --edit instead of --graft"), ref, sha1_to_hex(tag_sha1)); sha1_to_hex 413 builtin/replace.c return error("new commit is the same as the old one: '%s'", sha1_to_hex(old)); sha1_to_hex 82 builtin/reset.c return error(_("Failed to find tree of %s."), sha1_to_hex(sha1)); sha1_to_hex 87 builtin/rev-list.c fputs(sha1_to_hex(commit->object.sha1), stdout); sha1_to_hex 91 builtin/rev-list.c printf(" %s", sha1_to_hex(parents->item->object.sha1)); sha1_to_hex 100 builtin/rev-list.c printf(" %s", sha1_to_hex(children->item->object.sha1)); sha1_to_hex 186 builtin/rev-list.c die("missing blob object '%s'", sha1_to_hex(obj->sha1)); sha1_to_hex 204 builtin/rev-list.c printf("-%s\n", sha1_to_hex(commit->object.sha1)); sha1_to_hex 245 builtin/rev-list.c strcpy(hex, sha1_to_hex(revs->commits->item->object.sha1)); sha1_to_hex 270 builtin/rev-list.c fprintf(stdout, "%s\n", sha1_to_hex(sha1)); sha1_to_hex 162 builtin/rev-parse.c show_with_type(type, sha1_to_hex(sha1)); sha1_to_hex 802 builtin/rev-parse.c puts(git_path("sharedindex.%s", sha1_to_hex(sha1))); sha1_to_hex 132 builtin/shortlog.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 511 builtin/show-branch.c puts(sha1_to_hex(commit->object.sha1)); sha1_to_hex 531 builtin/show-branch.c puts(sha1_to_hex(commit->object.sha1)); sha1_to_hex 330 builtin/tag.c argv_verify_tag[2] = sha1_to_hex(sha1); sha1_to_hex 462 builtin/tag.c sha1_to_hex(object), sha1_to_hex 13 builtin/unpack-file.c die("unable to read blob object %s", sha1_to_hex(sha1)); sha1_to_hex 49 builtin/unpack-objects.c die("object %s tried to add buffer twice!", sha1_to_hex(object->sha1)); sha1_to_hex 173 builtin/unpack-objects.c die("failed to write object %s", sha1_to_hex(obj->sha1)); sha1_to_hex 206 builtin/unpack-objects.c die("Whoops! Cannot find object '%s'", sha1_to_hex(obj->sha1)); sha1_to_hex 211 builtin/unpack-objects.c die("Error on reachable objects of %s", sha1_to_hex(obj->sha1)); sha1_to_hex 421 builtin/unpack-objects.c sha1_to_hex(base_sha1)); sha1_to_hex 277 builtin/worktree.c sha1_to_hex(commit->object.sha1), NULL); sha1_to_hex 43 builtin/write-tree.c printf("%s\n", sha1_to_hex(sha1)); sha1_to_hex 118 bundle.c printf("%s %s\n", sha1_to_hex(r->list[i].sha1), sha1_to_hex 152 bundle.c error("%s %s", sha1_to_hex(e->sha1), e->name); sha1_to_hex 174 bundle.c error("%s %s", sha1_to_hex(refs.objects[i].item->sha1), sha1_to_hex 259 bundle.c write_or_die(pack_objects.in, sha1_to_hex(object->sha1), 40); sha1_to_hex 389 bundle.c write_or_die(bundle_fd, sha1_to_hex(e->item->sha1), 40); sha1_to_hex 173 cache-tree.c ce->name, sha1_to_hex(ce->sha1)); sha1_to_hex 362 cache-tree.c mode, sha1_to_hex(sha1), entlen+baselen, path); sha1_to_hex 414 cache-tree.c sha1_to_hex(it->sha1)); sha1_to_hex 454 cache-tree.c sha1_to_hex(it->sha1)); sha1_to_hex 527 cache-tree.c sha1_to_hex(it->sha1)); sha1_to_hex 1077 cache.h extern char *sha1_to_hex(const unsigned char *sha1); /* static buffer result! */ sha1_to_hex 43 commit.c ref_name, sha1_to_hex(sha1)); sha1_to_hex 268 commit.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 271 commit.c sha1_to_hex(commit->object.sha1), typename(type)); sha1_to_hex 330 commit.c return error("bogus commit object %s", sha1_to_hex(item->object.sha1)); sha1_to_hex 333 commit.c sha1_to_hex(item->object.sha1)); sha1_to_hex 345 commit.c return error("bad parents in commit %s", sha1_to_hex(item->object.sha1)); sha1_to_hex 387 commit.c sha1_to_hex(item->object.sha1)); sha1_to_hex 391 commit.c sha1_to_hex(item->object.sha1)); sha1_to_hex 406 commit.c item ? sha1_to_hex(item->object.sha1) : "(null)"); sha1_to_hex 1541 commit.c strbuf_addf(&buffer, "tree %s\n", sha1_to_hex(tree)); sha1_to_hex 1553 commit.c sha1_to_hex(parent->object.sha1)); sha1_to_hex 1639 commit.c printf(format, sha1_to_hex(list->item->object.sha1)); sha1_to_hex 86 connected.c memcpy(commit, sha1_to_hex(sha1), 40); sha1_to_hex 64 contrib/convert-objects/convert-objects.c memcpy(buffer, sha1_to_hex(entry->new_sha1), 40); sha1_to_hex 295 contrib/convert-objects/convert-objects.c die("unable to read object %s", sha1_to_hex(sha1)); sha1_to_hex 307 contrib/convert-objects/convert-objects.c die("unknown object type %d in %s", type, sha1_to_hex(sha1)); sha1_to_hex 327 contrib/convert-objects/convert-objects.c printf("new sha1: %s\n", sha1_to_hex(entry->new_sha1)); sha1_to_hex 175 contrib/examples/builtin-fetch--tool.c sha1_to_hex(commit ? commit->object.sha1 : sha1), sha1_to_hex 651 convert.c strbuf_add(buf, sha1_to_hex(sha1), 40); sha1_to_hex 1292 convert.c sprintf(ident->ident, ": %s $", sha1_to_hex(sha1)); sha1_to_hex 473 diff-lib.c tree_name ? tree_name : sha1_to_hex(tree_sha1)); sha1_to_hex 2719 diff.c "Subproject commit %s%s\n", sha1_to_hex(s->sha1), dirty); sha1_to_hex 2821 diff.c die("unable to read %s", sha1_to_hex(s->sha1)); sha1_to_hex 2831 diff.c die("unable to read %s", sha1_to_hex(s->sha1)); sha1_to_hex 2885 diff.c strcpy(temp->hex, sha1_to_hex(sha1)); sha1_to_hex 2933 diff.c strcpy(temp->hex, sha1_to_hex(null_sha1)); sha1_to_hex 2935 diff.c strcpy(temp->hex, sha1_to_hex(one->sha1)); sha1_to_hex 4081 diff.c return sha1_to_hex(sha1); sha1_to_hex 4093 diff.c return sha1_to_hex(sha1); sha1_to_hex 4219 diff.c s->sha1_valid ? sha1_to_hex(s->sha1) : ""); sha1_to_hex 4509 diff.c git_SHA1_Update(&ctx, sha1_to_hex(p->one->sha1), 40); sha1_to_hex 4510 diff.c git_SHA1_Update(&ctx, sha1_to_hex(p->two->sha1), 40); sha1_to_hex 165 entry.c path, sha1_to_hex(ce->sha1)); sha1_to_hex 284 environment.c get_object_directory(), sha1_to_hex(sha1)); sha1_to_hex 393 fast-import.c fprintf(rpt, " tip commit : %s\n", sha1_to_hex(b->sha1)); sha1_to_hex 394 fast-import.c fprintf(rpt, " old tree : %s\n", sha1_to_hex(b->branch_tree.versions[0].sha1)); sha1_to_hex 395 fast-import.c fprintf(rpt, " cur tree : %s\n", sha1_to_hex(b->branch_tree.versions[1].sha1)); sha1_to_hex 473 fast-import.c fputs(sha1_to_hex(tg->sha1), rpt); sha1_to_hex 927 fast-import.c get_object_directory(), sha1_to_hex(pack_data->sha1)); sha1_to_hex 932 fast-import.c get_object_directory(), sha1_to_hex(pack_data->sha1)); sha1_to_hex 947 fast-import.c get_object_directory(), sha1_to_hex(p->sha1)); sha1_to_hex 990 fast-import.c fprintf(pack_edges, " %s", sha1_to_hex(b->sha1)); sha1_to_hex 995 fast-import.c fprintf(pack_edges, " %s", sha1_to_hex(t->sha1)); sha1_to_hex 1349 fast-import.c die("Not a tree: %s", sha1_to_hex(sha1)); sha1_to_hex 1353 fast-import.c die("Can't load tree %s", sha1_to_hex(sha1)); sha1_to_hex 1358 fast-import.c die("Can't load tree %s", sha1_to_hex(sha1)); sha1_to_hex 1372 fast-import.c die("Corrupt mode in %s", sha1_to_hex(sha1)); sha1_to_hex 1717 fast-import.c b->name, sha1_to_hex(b->sha1), sha1_to_hex(old_sha1)); sha1_to_hex 1794 fast-import.c sha1_to_hex(m->data.marked[k]->idx.sha1)); sha1_to_hex 1858 fast-import.c die("object not found: %s", sha1_to_hex(sha1)); sha1_to_hex 2546 fast-import.c construct_path_with_fanout(sha1_to_hex(commit_sha1), *old_fanout, path); sha1_to_hex 2555 fast-import.c construct_path_with_fanout(sha1_to_hex(commit_sha1), new_fanout, path); sha1_to_hex 2571 fast-import.c die("Not a valid commit: %s", sha1_to_hex(b->sha1)); sha1_to_hex 2574 fast-import.c die("The commit %s is corrupt", sha1_to_hex(b->sha1)); sha1_to_hex 2759 fast-import.c sha1_to_hex(b->branch_tree.versions[1].sha1)); sha1_to_hex 2761 fast-import.c strbuf_addf(&new_data, "parent %s\n", sha1_to_hex(b->sha1)); sha1_to_hex 2764 fast-import.c strbuf_addf(&new_data, "parent %s\n", sha1_to_hex(merge_list->sha1)); sha1_to_hex 2848 fast-import.c sha1_to_hex(sha1), typename(type), t->name); sha1_to_hex 2909 fast-import.c strbuf_addf(&line, "%s missing\n", sha1_to_hex(sha1)); sha1_to_hex 2916 fast-import.c die("Can't read object %s", sha1_to_hex(sha1)); sha1_to_hex 2919 fast-import.c sha1_to_hex(sha1), typename(type)); sha1_to_hex 2921 fast-import.c strbuf_addf(&line, "%s %s %lu\n", sha1_to_hex(sha1), sha1_to_hex 2948 fast-import.c snprintf(output, sizeof(output), "%s\n", sha1_to_hex(oe->idx.sha1)); sha1_to_hex 2982 fast-import.c die("object not found: %s", sha1_to_hex(sha1)); sha1_to_hex 3006 fast-import.c die("Can't load object %s", sha1_to_hex(sha1)); sha1_to_hex 3069 fast-import.c mode & ~NO_DELTA, type, sha1_to_hex(sha1)); sha1_to_hex 302 fetch-pack.c remote_hex = sha1_to_hex(remote); sha1_to_hex 377 fetch-pack.c packet_buf_write(&req_buf, "have %s\n", sha1_to_hex(sha1)); sha1_to_hex 379 fetch-pack.c fprintf(stderr, "have %s\n", sha1_to_hex(sha1)); sha1_to_hex 402 fetch-pack.c sha1_to_hex(result_sha1)); sha1_to_hex 415 fetch-pack.c die("invalid commit %s", sha1_to_hex(result_sha1)); sha1_to_hex 423 fetch-pack.c const char *hex = sha1_to_hex(result_sha1); sha1_to_hex 467 fetch-pack.c sha1_to_hex(result_sha1)); sha1_to_hex 514 fetch-pack.c sha1_to_hex(complete->item->object.sha1)); sha1_to_hex 658 fetch-pack.c "want %s (%s)\n", sha1_to_hex(remote), sha1_to_hex 665 fetch-pack.c "already have %s (%s)\n", sha1_to_hex(remote), sha1_to_hex 319 fsck.c sha1_to_hex(tree->object.sha1), entry.path, entry.mode); sha1_to_hex 376 fsck.c error("Unknown object type for %s", sha1_to_hex(obj->sha1)); sha1_to_hex 669 fsck.c return report(options, &commit->object, FSCK_MSG_BAD_TREE, "could not load commit's tree %s", sha1_to_hex(tree_sha1)); sha1_to_hex 812 fsck.c warning("object %s: %s", sha1_to_hex(obj->sha1), message); sha1_to_hex 815 fsck.c error("object %s: %s", sha1_to_hex(obj->sha1), message); sha1_to_hex 1720 grep.c sha1_to_hex(gs->identifier)); sha1_to_hex 84 hex.c return sha1_to_hex(oid->hash); sha1_to_hex 439 http-backend.c strbuf_addf(buf, "%s\t%s^{}\n", sha1_to_hex(o->sha1), sha1_to_hex 277 http-push.c char *hex = sha1_to_hex(request->obj->sha1); sha1_to_hex 308 http-push.c fprintf(stderr, "Unable to fetch %s, will not be able to update server info refs\n", sha1_to_hex(request->obj->sha1)); sha1_to_hex 314 http-push.c fprintf(stderr, "Fetching pack %s\n", sha1_to_hex(target->sha1)); sha1_to_hex 315 http-push.c fprintf(stderr, " which contains %s\n", sha1_to_hex(request->obj->sha1)); sha1_to_hex 352 http-push.c char *hex = sha1_to_hex(request->obj->sha1); sha1_to_hex 539 http-push.c sha1_to_hex(request->obj->sha1), sha1_to_hex 549 http-push.c sha1_to_hex(request->obj->sha1), sha1_to_hex 558 http-push.c sha1_to_hex(request->obj->sha1)); sha1_to_hex 563 http-push.c sha1_to_hex(request->obj->sha1), sha1_to_hex 777 http-push.c memcpy(lock->tmpfile_suffix + 1, sha1_to_hex(lock_token_sha1), 40); sha1_to_hex 1309 http-push.c die("bad tree object %s", sha1_to_hex(obj->sha1)); sha1_to_hex 1371 http-push.c die("unknown pending object %s (%s)", sha1_to_hex(obj->sha1), name); sha1_to_hex 1392 http-push.c strbuf_addf(&out_buffer.buf, "%s\n", sha1_to_hex(sha1)); sha1_to_hex 1444 http-push.c sha1_to_hex(ref->old_sha1), refname); sha1_to_hex 1481 http-push.c sha1_to_hex(ref->old_sha1), ls->dentry_name); sha1_to_hex 1490 http-push.c sha1_to_hex(ref->old_sha1), ls->dentry_name); sha1_to_hex 1500 http-push.c sha1_to_hex(o->sha1), ls->dentry_name); sha1_to_hex 1654 http-push.c return error("Remote HEAD resolves to object %s\nwhich does not exist locally, perhaps you need to fetch?", sha1_to_hex(head_sha1)); sha1_to_hex 1661 http-push.c return error("Remote branch %s resolves to object %s\nwhich does not exist locally, perhaps you need to fetch?", remote_ref->name, sha1_to_hex(remote_ref->old_sha1)); sha1_to_hex 1926 http-push.c strcpy(old_hex, sha1_to_hex(ref->old_sha1)); sha1_to_hex 1927 http-push.c new_hex = sha1_to_hex(ref->new_sha1); sha1_to_hex 1952 http-push.c new_sha1_hex = xstrdup(sha1_to_hex(ref->new_sha1)); sha1_to_hex 1959 http-push.c sha1_to_hex(ref->old_sha1)); sha1_to_hex 82 http-walker.c walker_say(obj_req->walker, "got %s\n", sha1_to_hex(obj_req->sha1)); sha1_to_hex 410 http-walker.c sha1_to_hex(target->sha1)); sha1_to_hex 412 http-walker.c sha1_to_hex(sha1)); sha1_to_hex 451 http-walker.c char *hex = sha1_to_hex(sha1); sha1_to_hex 528 http-walker.c return error("Unable to find %s under %s", sha1_to_hex(sha1), sha1_to_hex 1409 http.c fprintf(stderr, "Getting index for pack %s\n", sha1_to_hex(sha1)); sha1_to_hex 1412 http.c strbuf_addf(&buf, "objects/pack/pack-%s.idx", sha1_to_hex(sha1)); sha1_to_hex 1593 http.c sha1_to_hex(target->sha1)); sha1_to_hex 1621 http.c sha1_to_hex(target->sha1), prev_posn); sha1_to_hex 1668 http.c char *hex = sha1_to_hex(sha1); sha1_to_hex 522 line-log.c die("Cannot read blob %s", sha1_to_hex(spec->sha1)); sha1_to_hex 87 list-objects.c die("bad tree object %s", sha1_to_hex(obj->sha1)); sha1_to_hex 232 list-objects.c sha1_to_hex(obj->sha1), name); sha1_to_hex 345 log-tree.c const char *name = sha1_to_hex(commit->object.sha1); sha1_to_hex 59 match-trees.c die("unable to read tree (%s)", sha1_to_hex(hash)); sha1_to_hex 61 match-trees.c die("%s is not a tree", sha1_to_hex(hash)); sha1_to_hex 187 match-trees.c die("cannot read tree %s", sha1_to_hex(hash1)); sha1_to_hex 201 match-trees.c name, sha1_to_hex(hash1)); sha1_to_hex 209 match-trees.c toplen, prefix, sha1_to_hex(hash1)); sha1_to_hex 276 match-trees.c del_prefix, sha1_to_hex(hash2)); sha1_to_hex 763 merge-recursive.c die(_("cannot read object %s '%s'"), sha1_to_hex(sha), path); sha1_to_hex 765 merge-recursive.c die(_("blob expected for %s '%s'"), sha1_to_hex(sha), path); sha1_to_hex 800 merge-recursive.c mode, sha1_to_hex(sha), path); sha1_to_hex 1524 merge-recursive.c return error(_("cannot read object %s"), sha1_to_hex(sha1)); sha1_to_hex 1527 merge-recursive.c return error(_("object %s is not a blob"), sha1_to_hex(sha1)); sha1_to_hex 1827 merge-recursive.c sha1_to_hex(head->object.sha1), sha1_to_hex 1828 merge-recursive.c sha1_to_hex(merge->object.sha1)); sha1_to_hex 2010 merge-recursive.c if (!(base = get_ref(base_list[i], sha1_to_hex(base_list[i])))) sha1_to_hex 2012 merge-recursive.c sha1_to_hex(base_list[i])); sha1_to_hex 13 merge.c return sha1_to_hex(commit->object.sha1); sha1_to_hex 125 notes-merge.c sha1_to_hex(base), sha1_to_hex(remote)); sha1_to_hex 145 notes-merge.c p->status, sha1_to_hex(p->one->sha1), sha1_to_hex 146 notes-merge.c sha1_to_hex(p->two->sha1)); sha1_to_hex 169 notes-merge.c sha1_to_hex(mp->obj), sha1_to_hex(mp->base), sha1_to_hex 170 notes-merge.c sha1_to_hex(mp->remote)); sha1_to_hex 188 notes-merge.c len, sha1_to_hex(base), sha1_to_hex(local)); sha1_to_hex 206 notes-merge.c p->status, sha1_to_hex(p->one->sha1), sha1_to_hex 207 notes-merge.c sha1_to_hex(p->two->sha1)); sha1_to_hex 213 notes-merge.c "%.7s -> %.7s\n", sha1_to_hex(obj), sha1_to_hex 214 notes-merge.c sha1_to_hex(p->one->sha1), sha1_to_hex 215 notes-merge.c sha1_to_hex(p->two->sha1)); sha1_to_hex 255 notes-merge.c sha1_to_hex(mp->obj), sha1_to_hex(mp->base), sha1_to_hex 256 notes-merge.c sha1_to_hex(mp->local)); sha1_to_hex 298 notes-merge.c char *path = git_pathdup(NOTES_MERGE_WORKTREE "/%s", sha1_to_hex(obj)); sha1_to_hex 335 notes-merge.c sha1_to_hex(note), sha1_to_hex(obj)); sha1_to_hex 338 notes-merge.c sha1_to_hex(note), sha1_to_hex(obj)); sha1_to_hex 354 notes-merge.c status = ll_merge(&result_buf, sha1_to_hex(p->obj), &base, NULL, sha1_to_hex 379 notes-merge.c sha1_to_hex(p->obj), sha1_to_hex(p->base), sha1_to_hex 380 notes-merge.c sha1_to_hex(p->local), sha1_to_hex(p->remote)); sha1_to_hex 386 notes-merge.c strbuf_addf(&(o->commit_msg), "\t%s\n", sha1_to_hex(p->obj)); sha1_to_hex 389 notes-merge.c printf("Auto-merging notes for %s\n", sha1_to_hex(p->obj)); sha1_to_hex 398 notes-merge.c sha1_to_hex(p->obj), lref, rref, rref); sha1_to_hex 407 notes-merge.c sha1_to_hex(p->obj), rref, lref, lref); sha1_to_hex 418 notes-merge.c "object %s\n", reason, sha1_to_hex(p->obj)); sha1_to_hex 442 notes-merge.c sha1_to_hex(p->obj)); sha1_to_hex 448 notes-merge.c sha1_to_hex(p->obj)); sha1_to_hex 455 notes-merge.c sha1_to_hex(p->obj)); sha1_to_hex 463 notes-merge.c "notes for %s\n", sha1_to_hex(p->obj)); sha1_to_hex 482 notes-merge.c sha1_to_hex(p->obj), sha1_to_hex(p->base), sha1_to_hex 483 notes-merge.c sha1_to_hex(p->local), sha1_to_hex(p->remote)); sha1_to_hex 517 notes-merge.c "remote = %.7s)\n", sha1_to_hex(base), sha1_to_hex(local), sha1_to_hex 518 notes-merge.c sha1_to_hex(remote)); sha1_to_hex 560 notes-merge.c sha1_to_hex(local_sha1), o->local_ref); sha1_to_hex 561 notes-merge.c trace_printf("\tlocal commit: %.7s\n", sha1_to_hex(local_sha1)); sha1_to_hex 578 notes-merge.c sha1_to_hex(remote_sha1), o->remote_ref); sha1_to_hex 580 notes-merge.c trace_printf("\tremote commit: %.7s\n", sha1_to_hex(remote_sha1)); sha1_to_hex 609 notes-merge.c sha1_to_hex(base_sha1)); sha1_to_hex 616 notes-merge.c "(%.7s)\n", sha1_to_hex(base_sha1)); sha1_to_hex 621 notes-merge.c "merge-base %.7s\n", sha1_to_hex(remote->object.sha1), sha1_to_hex 622 notes-merge.c sha1_to_hex(local->object.sha1), sha1_to_hex 623 notes-merge.c sha1_to_hex(base_sha1)); sha1_to_hex 657 notes-merge.c result, sha1_to_hex(result_sha1)); sha1_to_hex 720 notes-merge.c sha1_to_hex(obj_sha1), sha1_to_hex(blob_sha1)); sha1_to_hex 729 notes-merge.c sha1_to_hex(result_sha1)); sha1_to_hex 426 notes.c sha1_to_hex(subtree->val_sha1)); sha1_to_hex 461 notes.c sha1_to_hex(l->key_sha1), t->ref); sha1_to_hex 487 notes.c const char *q = sha1_to_hex(subtree->key_sha1); sha1_to_hex 546 notes.c const char *hex_sha1 = sha1_to_hex(sha1); sha1_to_hex 1020 notes.c notes_ref, sha1_to_hex(object_sha1)); sha1_to_hex 1169 notes.c printf("%s\n", sha1_to_hex(l->sha1)); sha1_to_hex 171 object.c sha1_to_hex(obj->sha1), sha1_to_hex 229 object.c warning("object %s has unknown type id %d", sha1_to_hex(sha1), type); sha1_to_hex 242 object.c die(_("unable to parse object: %s"), name ? name : sha1_to_hex(sha1)); sha1_to_hex 262 object.c error("sha1 mismatch %s", sha1_to_hex(repl)); sha1_to_hex 273 object.c error("sha1 mismatch %s", sha1_to_hex(repl)); sha1_to_hex 99 pack-bitmap-write.c sha1_to_hex(entry->idx.sha1), real_type, entry->type); sha1_to_hex 145 pack-bitmap-write.c "(object %s is missing)", sha1_to_hex(sha1)); sha1_to_hex 314 pack-bitmap-write.c sha1_to_hex(object->sha1)); sha1_to_hex 192 pack-bitmap.c error("Duplicate entry in bitmap index: %s", sha1_to_hex(sha1)); sha1_to_hex 792 pack-bitmap.c fprintf(stderr, " %s\n", sha1_to_hex(sha1)); sha1_to_hex 914 pack-bitmap.c die("Object not in bitmap: %s\n", sha1_to_hex(object->sha1)); sha1_to_hex 927 pack-bitmap.c die("Object not in bitmap: %s\n", sha1_to_hex(commit->object.sha1)); sha1_to_hex 958 pack-bitmap.c sha1_to_hex(root->sha1), (int)bm->bit_size, ewah_checksum(bm)); sha1_to_hex 964 pack-bitmap.c die("Commit %s doesn't have an indexed bitmap", sha1_to_hex(root->sha1)); sha1_to_hex 116 pack-check.c sha1_to_hex(entries[i].sha1), sha1_to_hex 122 pack-check.c sha1_to_hex(entries[i].sha1), p->pack_name, sha1_to_hex 126 pack-check.c sha1_to_hex(entries[i].sha1), p->pack_name); sha1_to_hex 130 pack-write.c sha1_to_hex(obj->sha1)); sha1_to_hex 356 pack-write.c strbuf_addf(name_buffer, "%s.pack", sha1_to_hex(sha1)); sha1_to_hex 364 pack-write.c strbuf_addf(name_buffer, "%s.idx", sha1_to_hex(sha1)); sha1_to_hex 548 pretty.c hex = sha1_to_hex(p->object.sha1); sha1_to_hex 1127 pretty.c strbuf_addstr(sb, sha1_to_hex(commit->object.sha1)); sha1_to_hex 1142 pretty.c strbuf_addstr(sb, sha1_to_hex(commit->tree->object.sha1)); sha1_to_hex 1155 pretty.c strbuf_addstr(sb, sha1_to_hex(p->item->object.sha1)); sha1_to_hex 81 reachable.c die("unable to get object info for %s", sha1_to_hex(sha1)); sha1_to_hex 96 reachable.c sha1_to_hex(sha1), typename(type)); sha1_to_hex 100 reachable.c die("unable to lookup %s", sha1_to_hex(sha1)); sha1_to_hex 124 reachable.c sha1_to_hex(sha1), strerror(errno)); sha1_to_hex 1638 read-cache.c sha1_to_hex(split_index->base_sha1)), 1); sha1_to_hex 1641 read-cache.c sha1_to_hex(split_index->base_sha1), sha1_to_hex 1643 read-cache.c sha1_to_hex(split_index->base_sha1)), sha1_to_hex 1644 read-cache.c sha1_to_hex(split_index->base->sha1)); sha1_to_hex 2147 read-cache.c git_path("sharedindex.%s", sha1_to_hex(si->base->sha1))); sha1_to_hex 196 ref-filter.c strcpy(s, sha1_to_hex(sha1)); sha1_to_hex 251 ref-filter.c strcpy(s, sha1_to_hex(tag->tagged->sha1)); sha1_to_hex 272 ref-filter.c strcpy(s, sha1_to_hex(commit->tree->object.sha1)); sha1_to_hex 291 ref-filter.c strcpy(s+i, sha1_to_hex(parent->object.sha1)); sha1_to_hex 767 ref-filter.c sha1_to_hex(ref->objectname), ref->refname); sha1_to_hex 770 ref-filter.c sha1_to_hex(ref->objectname), ref->refname); sha1_to_hex 798 ref-filter.c sha1_to_hex(tagged), ref->refname); sha1_to_hex 801 ref-filter.c sha1_to_hex(tagged), ref->refname); sha1_to_hex 2285 refs.c sha1_to_hex(lock->old_oid.hash), sha1_to_hex 2286 refs.c sha1_to_hex(old_sha1)); sha1_to_hex 2532 refs.c fprintf_or_die(fh, "%s %s\n", sha1_to_hex(sha1), refname); sha1_to_hex 2534 refs.c fprintf_or_die(fh, "^%s\n", sha1_to_hex(peeled)); sha1_to_hex 2892 refs.c strbuf_addf(&buf, "%s\n", sha1_to_hex(sha1)); sha1_to_hex 3330 refs.c sha1_to_hex(old_sha1), sha1_to_hex 3331 refs.c sha1_to_hex(new_sha1), sha1_to_hex 3410 refs.c lock->ref_name, sha1_to_hex(sha1)); sha1_to_hex 3417 refs.c sha1_to_hex(sha1), lock->ref_name); sha1_to_hex 3422 refs.c if (write_in_full(fd, sha1_to_hex(sha1), 40) != 40 || sha1_to_hex 4548 refs.c sha1_to_hex(osha1), sha1_to_hex(nsha1), sha1_to_hex 4639 refs.c sha1_to_hex(cb.last_kept_sha1), 40) != 40 || sha1_to_hex 354 remote-curl.c printf("%s %s\n", sha1_to_hex(posn->old_sha1), posn->name); sha1_to_hex 708 remote-curl.c targets[i] = xstrdup(sha1_to_hex(to_fetch[i]->old_sha1)); sha1_to_hex 769 remote-curl.c sha1_to_hex(ref->old_sha1), ref->name); sha1_to_hex 119 remote-testsvn.c if (fprintf(file, ":%d %s\n", note.rev_nr, sha1_to_hex(object_sha1)) < 1) sha1_to_hex 2077 remote.c strcpy(symmetric, sha1_to_hex(ours->object.sha1)); sha1_to_hex 2079 remote.c strcpy(symmetric + 43, sha1_to_hex(theirs->object.sha1)); sha1_to_hex 114 replace_object.c sha1_to_hex(sha1)); sha1_to_hex 523 rerere.c hex = xstrdup(sha1_to_hex(sha1)); sha1_to_hex 638 rerere.c hex = xstrdup(sha1_to_hex(sha1)); sha1_to_hex 89 revision.c fprintf(out, "%s ", sha1_to_hex(obj->sha1)); sha1_to_hex 112 revision.c die("bad tree %s", sha1_to_hex(obj->sha1)); sha1_to_hex 292 revision.c die("bad object %s", sha1_to_hex(tag->tagged->sha1)); sha1_to_hex 616 revision.c die("update_treesame %s", sha1_to_hex(commit->object.sha1)); sha1_to_hex 714 revision.c sha1_to_hex(commit->object.sha1), sha1_to_hex 715 revision.c sha1_to_hex(p->object.sha1)); sha1_to_hex 747 revision.c sha1_to_hex(commit->object.sha1), sha1_to_hex 748 revision.c sha1_to_hex(p->object.sha1)); sha1_to_hex 760 revision.c die("bad tree compare for commit %s", sha1_to_hex(commit->object.sha1)); sha1_to_hex 1199 revision.c add_rev_cmdline(revs, object, sha1_to_hex(object->sha1), sha1_to_hex 1445 revision.c add_pending_object(revs, object, sha1_to_hex(object->sha1)); sha1_to_hex 3152 revision.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 3161 revision.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 46 send-pack.c memcpy(buf + negative, sha1_to_hex(sha1), 40); sha1_to_hex 287 send-pack.c sha1_to_hex(ref->old_sha1), sha1_to_hex 288 send-pack.c sha1_to_hex(ref->new_sha1), sha1_to_hex 490 send-pack.c old_hex = sha1_to_hex(ref->old_sha1); sha1_to_hex 491 send-pack.c new_hex = sha1_to_hex(ref->new_sha1); sha1_to_hex 400 sequencer.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 405 sequencer.c sha1_to_hex(parent->object.sha1)); sha1_to_hex 489 sequencer.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 497 sequencer.c sha1_to_hex(commit->object.sha1), opts->mainline); sha1_to_hex 501 sequencer.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 514 sequencer.c action_name(opts), sha1_to_hex(parent->object.sha1)); sha1_to_hex 518 sequencer.c sha1_to_hex(commit->object.sha1)); sha1_to_hex 535 sequencer.c strbuf_addstr(&msgbuf, sha1_to_hex(commit->object.sha1)); sha1_to_hex 539 sequencer.c strbuf_addstr(&msgbuf, sha1_to_hex(parent->object.sha1)); sha1_to_hex 565 sequencer.c strbuf_addstr(&msgbuf, sha1_to_hex(commit->object.sha1)); sha1_to_hex 583 sequencer.c common, sha1_to_hex(head), remotes); sha1_to_hex 852 sequencer.c argv[2] = sha1_to_hex(sha1); sha1_to_hex 1104 sequencer.c save_head(sha1_to_hex(sha1)); sha1_to_hex 65 server-info.c sha1_to_hex(o->sha1), path) < 0) sha1_to_hex 302 sha1-lookup.c lo, mi, hi, sha1_to_hex(key)); sha1_to_hex 1701 sha1_file.c error("corrupt loose object '%s'", sha1_to_hex(sha1)); sha1_to_hex 1704 sha1_file.c sha1_to_hex(sha1)); sha1_to_hex 2307 sha1_file.c sha1_to_hex(sha1)); sha1_to_hex 2396 sha1_file.c sha1_to_hex(base_sha1), (uintmax_t)obj_offset, sha1_to_hex 2683 sha1_file.c sha1_to_hex(sha1)); sha1_to_hex 2686 sha1_file.c sha1_to_hex(sha1)); sha1_to_hex 2692 sha1_file.c sha1_to_hex(sha1)); sha1_to_hex 2694 sha1_file.c status = error("unable to parse %s header", sha1_to_hex(sha1)); sha1_to_hex 2800 sha1_file.c sha1_to_hex(sha1), (uintmax_t)e.offset, e.p->pack_name); sha1_to_hex 2872 sha1_file.c die_errno("failed to read object %s", sha1_to_hex(sha1)); sha1_to_hex 2877 sha1_file.c sha1_to_hex(repl), sha1_to_hex(sha1)); sha1_to_hex 2883 sha1_file.c sha1_to_hex(repl), path); sha1_to_hex 2888 sha1_file.c sha1_to_hex(repl), p->pack_name); sha1_to_hex 3114 sha1_file.c die("unable to deflate new object %s (%d)", sha1_to_hex(sha1), ret); sha1_to_hex 3117 sha1_file.c die("deflateEnd on object %s failed (%d)", sha1_to_hex(sha1), ret); sha1_to_hex 3120 sha1_file.c die("confused by unstable object source data for %s", sha1_to_hex(sha1)); sha1_to_hex 3202 sha1_file.c return error("cannot read sha1_file for %s", sha1_to_hex(sha1)); sha1_to_hex 3468 sha1_file.c die("%s is not a valid object", sha1_to_hex(sha1)); sha1_to_hex 3470 sha1_file.c die("%s is not a valid '%s' object", sha1_to_hex(sha1), sha1_to_hex 376 sha1_name.c memcpy(hex, sha1_to_hex(sha1), 40); sha1_to_hex 171 shallow.c sha1_to_hex(c->object.sha1)); sha1_to_hex 199 shallow.c strbuf_addstr(out, sha1_to_hex(extra->sha1[i])); sha1_to_hex 434 shallow.c sha1_to_hex(c->object.sha1)); sha1_to_hex 45 show-index.c printf("%u %s\n", offset, sha1_to_hex((void *)(entry+1))); sha1_to_hex 80 show-index.c sha1_to_hex(entries[i].sha1), sha1_to_hex 236 submodule-config.c commit_string = sha1_to_hex(commit_sha1); sha1_to_hex 349 submodule-config.c strbuf_addf(&rev, "%s:.gitmodules", sha1_to_hex(commit_sha1)); sha1_to_hex 250 submodule.c sha1_to_hex(list->item->object.sha1)); sha1_to_hex 364 submodule.c argv[1] = sha1_to_hex(sha1); sha1_to_hex 373 submodule.c sha1_to_hex(sha1), path); sha1_to_hex 426 submodule.c sha1_copy = xstrdup(sha1_to_hex(new_sha1)); sha1_to_hex 497 submodule.c argv[3] = sha1_to_hex(sha1); sha1_to_hex 561 submodule.c argv_array_push(data, sha1_to_hex(sha1)); sha1_to_hex 876 submodule.c sha1_to_hex(a->object.sha1)); sha1_to_hex 1007 submodule.c sha1_to_hex(merges.objects[0].item->sha1), path); sha1_to_hex 133 tag.c sha1_to_hex(item->object.sha1)); sha1_to_hex 137 tag.c sha1_to_hex(item->object.sha1)); sha1_to_hex 13 test-dump-cache-tree.c sha1_to_hex(it->sha1), x, pfx, sha1_to_hex 16 test-dump-split-index.c printf("own %s\n", sha1_to_hex(the_index.sha1)); sha1_to_hex 22 test-dump-split-index.c printf("base %s\n", sha1_to_hex(si->base_sha1)); sha1_to_hex 26 test-dump-split-index.c sha1_to_hex(ce->sha1), ce_stage(ce), ce->name); sha1_to_hex 28 test-dump-untracked-cache.c sha1_to_hex(ucd->exclude_sha1)); sha1_to_hex 55 test-dump-untracked-cache.c printf("info/exclude %s\n", sha1_to_hex(uc->ss_info_exclude.sha1)); sha1_to_hex 56 test-dump-untracked-cache.c printf("core.excludesfile %s\n", sha1_to_hex(uc->ss_excludes_file.sha1)); sha1_to_hex 21 test-match-trees.c printf("shifted: %s\n", sha1_to_hex(shifted)); sha1_to_hex 6 test-sha1-array.c puts(sha1_to_hex(sha1)); sha1_to_hex 54 test-sha1.c puts(sha1_to_hex(sha1)); sha1_to_hex 349 transport-helper.c sha1_to_hex(posn->old_sha1), sha1_to_hex 821 transport-helper.c strbuf_addstr(&buf, sha1_to_hex(ref->new_sha1)); sha1_to_hex 837 transport-helper.c ref->name, sha1_to_hex(ref->old_sha1_expect)); sha1_to_hex 1139 transport.c r->peer_ref->name, sha1_to_hex(r->new_sha1), sha1_to_hex 1140 transport.c r->name, sha1_to_hex(r->old_sha1)); sha1_to_hex 60 tree-walk.c die("unable to read tree %s", sha1_to_hex(sha1)); sha1_to_hex 97 tree.c sha1_to_hex(entry.sha1), sha1_to_hex 102 tree.c sha1_to_hex(entry.sha1), sha1_to_hex 219 tree.c sha1_to_hex(item->object.sha1)); sha1_to_hex 223 tree.c sha1_to_hex(item->object.sha1)); sha1_to_hex 1593 unpack-trees.c sha1_to_hex(ce->sha1), sha1_to_hex 133 upload-pack.c sha1_to_hex(want_obj.objects[i].item->sha1)); sha1_to_hex 137 upload-pack.c sha1_to_hex(have_obj.objects[i].item->sha1)); sha1_to_hex 140 upload-pack.c sha1_to_hex(extra_edge_obj.objects[i].item->sha1)); sha1_to_hex 291 upload-pack.c die("oops (%s)", sha1_to_hex(sha1)); sha1_to_hex 413 upload-pack.c const char *hex = sha1_to_hex(sha1); sha1_to_hex 423 upload-pack.c memcpy(last_hex, sha1_to_hex(sha1), 41); sha1_to_hex 496 upload-pack.c memcpy(namebuf + 1, sha1_to_hex(o->sha1), 40); sha1_to_hex 505 upload-pack.c memcpy(namebuf, sha1_to_hex(o->sha1), 40); sha1_to_hex 539 upload-pack.c sha1_to_hex(o->sha1)); sha1_to_hex 568 upload-pack.c die("invalid shallow object %s", sha1_to_hex(sha1)); sha1_to_hex 611 upload-pack.c sha1_to_hex(sha1_buf)); sha1_to_hex 651 upload-pack.c sha1_to_hex(object->sha1)); sha1_to_hex 663 upload-pack.c sha1_to_hex(object->sha1)); sha1_to_hex 21 walker.c strcpy(missing_hex, sha1_to_hex(obj->sha1)); sha1_to_hex 26 walker.c sha1_to_hex(current_commit_sha1)); sha1_to_hex 84 walker.c walker_say(walker, "walk %s\n", sha1_to_hex(commit->object.sha1)); sha1_to_hex 134 walker.c typename(obj->type), sha1_to_hex(obj->sha1)); sha1_to_hex 196 xdiff-interface.c die("unable to read blob object %s", sha1_to_hex(sha1));