oid_to_hex        621 bisect.c       	argv_array_pushf(&rev_argv, bad_format, oid_to_hex(current_bad_oid));
oid_to_hex        651 bisect.c       		printf("%s\n", oid_to_hex(bad));
oid_to_hex        672 bisect.c       		res = !strcmp(str.buf, oid_to_hex(oid));
oid_to_hex        726 bisect.c       		char *bad_hex = oid_to_hex(current_bad_oid);
oid_to_hex        959 bisect.c       		       oid_to_hex(current_bad_oid),
oid_to_hex        520 builtin/fsck.c 		error("%s: invalid sha1 pointer %s", refname, oid_to_hex(oid));
oid_to_hex         10 builtin/patch-id.c 	memcpy(name, oid_to_hex(id), GIT_SHA1_HEXSZ + 1);
oid_to_hex         11 builtin/patch-id.c 	printf("%s %s\n", oid_to_hex(result), name);
oid_to_hex         47 builtin/replace.c 			printf("%s -> %s\n", refname, oid_to_hex(oid));
oid_to_hex         59 builtin/replace.c 			       oid_to_hex(oid), typename(repl_type));
oid_to_hex        852 builtin/show-branch.c 			    ref_name[num_rev], oid_to_hex(&revkey));
oid_to_hex         75 builtin/show-ref.c 		    oid_to_hex(oid));
oid_to_hex        189 builtin/tag.c  		die_errno("unable to read object %s", oid_to_hex(oid));
oid_to_hex        194 builtin/tag.c  		    typename(type), oid_to_hex(oid));
oid_to_hex       1078 cache.h        extern char *oid_to_hex(const struct object_id *oid);	/* same static buffer as sha1_to_hex */
oid_to_hex        297 combine-diff.c 				 "Subproject commit %s\n", oid_to_hex(oid));
oid_to_hex        310 combine-diff.c 			die("object '%s' is not a blob!", oid_to_hex(oid));
oid_to_hex        425 combine-diff.c 		    oid_to_hex(parent));
oid_to_hex        434 http-backend.c 	strbuf_addf(buf, "%s\t%s\n", oid_to_hex(oid), name_nons);
oid_to_hex        491 http-backend.c 		strbuf_addf(buf, "%s\n", oid_to_hex(oid));
oid_to_hex       2677 refs.c         		    entry->name, oid_to_hex(&entry->u.value.oid));
oid_to_hex        208 send-pack.c    		packet_buf_write(sb, "shallow %s\n", oid_to_hex(&graft->oid));
oid_to_hex         58 server-info.c  	if (fprintf(fp, "%s	%s\n", oid_to_hex(oid), path) < 0)
oid_to_hex        163 shallow.c      	const char *hex = oid_to_hex(&graft->oid);
oid_to_hex        264 shallow.c      		packet_write(fd, "shallow %s\n", oid_to_hex(&graft->oid));
oid_to_hex        294 transport.c    	    write_file_gently(buf->buf, "%s", oid_to_hex(oid)))
oid_to_hex         81 upload-pack.c  		fprintf(fp, "--shallow %s\n", oid_to_hex(&graft->oid));
oid_to_hex        739 upload-pack.c  			     oid_to_hex(oid), refname_nons,
oid_to_hex        750 upload-pack.c  		packet_write(1, "%s %s\n", oid_to_hex(oid), refname_nons);
oid_to_hex        754 upload-pack.c  		packet_write(1, "%s %s^{}\n", oid_to_hex(&peeled), refname_nons);