lookup_commit_reference  703 bisect.c       	struct commit *r = lookup_commit_reference(sha1);
lookup_commit_reference  267 branch.c       	if ((commit = lookup_commit_reference(sha1)) == NULL)
lookup_commit_reference 2233 builtin/blame.c 	parent = lookup_commit_reference(sha1);
lookup_commit_reference  133 builtin/branch.c 			reference_rev = lookup_commit_reference(sha1);
lookup_commit_reference  166 builtin/branch.c 	struct commit *rev = lookup_commit_reference(sha1);
lookup_commit_reference  217 builtin/branch.c 		head_rev = lookup_commit_reference(head_sha1);
lookup_commit_reference  658 builtin/clone.c 		struct commit *c = lookup_commit_reference(our->old_sha1);
lookup_commit_reference  251 builtin/describe.c 	cmit = lookup_commit_reference(sha1);
lookup_commit_reference   12 builtin/diff-tree.c 	struct commit *commit = lookup_commit_reference(sha1);
lookup_commit_reference  834 builtin/log.c  	c1 = lookup_commit_reference(o1->sha1);
lookup_commit_reference  835 builtin/log.c  	c2 = lookup_commit_reference(o2->sha1);
lookup_commit_reference 1596 builtin/log.c  		struct commit *commit = lookup_commit_reference(sha1);
lookup_commit_reference   44 builtin/merge-base.c 	r = lookup_commit_reference(revkey);
lookup_commit_reference  171 builtin/merge-base.c 	derived = lookup_commit_reference(sha1);
lookup_commit_reference  704 builtin/notes.c 	else if (!(partial = lookup_commit_reference(sha1)))
lookup_commit_reference  736 builtin/pull.c 	commit_list_insert(lookup_commit_reference(curr_head), &revs);
lookup_commit_reference  737 builtin/pull.c 	commit_list_insert(lookup_commit_reference(merge_head), &revs);
lookup_commit_reference  739 builtin/pull.c 		commit_list_insert(lookup_commit_reference(fork_point), &revs);
lookup_commit_reference  306 builtin/reset.c 		commit = lookup_commit_reference(sha1);
lookup_commit_reference  383 builtin/reset.c 			print_new_head_line(lookup_commit_reference(sha1));
lookup_commit_reference  280 builtin/rev-parse.c 			a = lookup_commit_reference(sha1);
lookup_commit_reference  281 builtin/rev-parse.c 			b = lookup_commit_reference(end);
lookup_commit_reference  322 builtin/rev-parse.c 	commit = lookup_commit_reference(sha1);
lookup_commit_reference  849 builtin/show-branch.c 		commit = lookup_commit_reference(revkey.hash);
lookup_commit_reference  369 bundle.c       			struct commit *one = lookup_commit_reference(sha1);
lookup_commit_reference   38 commit.c       	struct commit *c = lookup_commit_reference(sha1);
lookup_commit_reference   63 commit.c       	commit = lookup_commit_reference(oid.hash);
lookup_commit_reference   49 commit.h       struct commit *lookup_commit_reference(const unsigned char *sha1);
lookup_commit_reference   92 contrib/examples/builtin-fetch--tool.c 	current = lookup_commit_reference(sha1_old);
lookup_commit_reference   93 contrib/examples/builtin-fetch--tool.c 	updated = lookup_commit_reference(sha1_new);
lookup_commit_reference  558 notes-merge.c  	else if (!(local = lookup_commit_reference(local_sha1)))
lookup_commit_reference  576 notes-merge.c  	} else if (!(remote = lookup_commit_reference(remote_sha1))) {
lookup_commit_reference   89 parse-options-cb.c 	commit = lookup_commit_reference(sha1);
lookup_commit_reference 2053 remote.c       	theirs = lookup_commit_reference(sha1);
lookup_commit_reference 2059 remote.c       	ours = lookup_commit_reference(sha1);
lookup_commit_reference 1565 revision.c     				     : lookup_commit_reference(a_obj->sha1));
lookup_commit_reference 1568 revision.c     				     : lookup_commit_reference(b_obj->sha1));
lookup_commit_reference  718 sequencer.c    	return lookup_commit_reference(commit_sha1);
lookup_commit_reference  605 sha1_name.c    	commit = lookup_commit_reference(sha1);
lookup_commit_reference  633 sha1_name.c    	commit = lookup_commit_reference(sha1);
lookup_commit_reference  302 submodule.c    	else if (!(left = lookup_commit_reference(one)) ||
lookup_commit_reference  303 submodule.c    		 !(right = lookup_commit_reference(two)))
lookup_commit_reference  355 submodule.c    	if (add_submodule_odb(path) || !lookup_commit_reference(sha1))
lookup_commit_reference  490 submodule.c    	if (!add_submodule_odb(path) && lookup_commit_reference(sha1)) {
lookup_commit_reference  954 submodule.c    	if (!(commit_base = lookup_commit_reference(base)) ||
lookup_commit_reference  955 submodule.c    	    !(commit_a = lookup_commit_reference(a)) ||
lookup_commit_reference  956 submodule.c    	    !(commit_b = lookup_commit_reference(b))) {