GIT_SHA1_HEXSZ    538 archive-zip.c  	copy_le16(trailer.comment_length, sha1 ? GIT_SHA1_HEXSZ : 0);
GIT_SHA1_HEXSZ    545 archive-zip.c  		write_or_die(1, sha1_to_hex(sha1), GIT_SHA1_HEXSZ);
GIT_SHA1_HEXSZ    682 bisect.c       	char bisect_rev_hex[GIT_SHA1_HEXSZ + 1];
GIT_SHA1_HEXSZ    684 bisect.c       	memcpy(bisect_rev_hex, sha1_to_hex(bisect_rev), GIT_SHA1_HEXSZ + 1);
GIT_SHA1_HEXSZ    578 builtin/am.c   		if (sb.len != GIT_SHA1_HEXSZ * 2 + 1) {
GIT_SHA1_HEXSZ    588 builtin/am.c   		if (sb.buf[GIT_SHA1_HEXSZ] != ' ') {
GIT_SHA1_HEXSZ    593 builtin/am.c   		if (get_sha1_hex(sb.buf + GIT_SHA1_HEXSZ + 1, to_obj)) {
GIT_SHA1_HEXSZ     10 builtin/patch-id.c 	memcpy(name, oid_to_hex(id), GIT_SHA1_HEXSZ + 1);
GIT_SHA1_HEXSZ    384 builtin/pull.c 		if (starts_with(sb.buf + GIT_SHA1_HEXSZ, "\tnot-for-merge\t"))
GIT_SHA1_HEXSZ    712 builtin/pull.c 	ret = capture_command(&cp, &sb, GIT_SHA1_HEXSZ);
GIT_SHA1_HEXSZ    902 combine-diff.c 	int abbrev = DIFF_OPT_TST(opt, FULL_INDEX) ? GIT_SHA1_HEXSZ : DEFAULT_ABBREV;
GIT_SHA1_HEXSZ    141 commit.c       	const int entry_size = GIT_SHA1_HEXSZ + 1;
GIT_SHA1_HEXSZ    154 commit.c       	for (i = GIT_SHA1_HEXSZ; i < len; i += entry_size) {
GIT_SHA1_HEXSZ    321 commit.c       	const int tree_entry_len = GIT_SHA1_HEXSZ + 5;
GIT_SHA1_HEXSZ    322 commit.c       	const int parent_entry_len = GIT_SHA1_HEXSZ + 7;
GIT_SHA1_HEXSZ     67 hex.c          	static char hexbuffer[4][GIT_SHA1_HEXSZ + 1];