lookup_commit 1712 builtin/am.c commit_list_insert(lookup_commit(parent), &parents); lookup_commit 65 builtin/commit-tree.c new_parent(lookup_commit(sha1), &parents); lookup_commit 1427 builtin/commit.c commit = lookup_commit(sha1); lookup_commit 32 builtin/diff-tree.c struct commit *parent = lookup_commit(sha1); lookup_commit 941 builtin/fast-export.c commit = lookup_commit(sha1); lookup_commit 573 builtin/fmt-merge-msg.c head_commit = lookup_commit(head); lookup_commit 123 builtin/merge-base.c commit = lookup_commit(sha1); lookup_commit 28 builtin/verify-commit.c ret = check_commit_signature(lookup_commit(sha1), &signature_check); lookup_commit 353 commit.c new_parent = lookup_commit(parent.hash); lookup_commit 361 commit.c new_parent = lookup_commit(graft->parent[i].hash); lookup_commit 48 commit.h struct commit *lookup_commit(const unsigned char *sha1); lookup_commit 413 fetch-pack.c lookup_commit(result_sha1); lookup_commit 144 log-tree.c struct commit *commit = lookup_commit(graft->oid.hash); lookup_commit 21 notes-utils.c struct commit *parent = lookup_commit(parent_sha1); lookup_commit 211 object.c struct commit *commit = lookup_commit(sha1); lookup_commit 329 sequencer.c head_commit = lookup_commit(head_sha1); lookup_commit 33 shallow.c struct commit *commit = lookup_commit(sha1); lookup_commit 167 shallow.c struct commit *c = lookup_commit(graft->oid.hash); lookup_commit 528 shallow.c struct commit *c = lookup_commit(sha1[shallow[i]]); lookup_commit 539 shallow.c const struct commit *c = lookup_commit(sha1[shallow[i]]); lookup_commit 608 shallow.c c = lookup_commit(sha1[info->theirs[i]]); lookup_commit 629 shallow.c c = lookup_commit(sha1[info->ours[i]]); lookup_commit 651 shallow.c struct commit *commit = lookup_commit(si->shallow->sha1[c]); lookup_commit 94 tag.c item->tagged = &lookup_commit(sha1)->object; lookup_commit 94 tree.c commit = lookup_commit(entry.sha1);