GIT_SHA1_RAWSZ    124 builtin/am.c   	unsigned char orig_commit[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ    576 builtin/am.c   		unsigned char from_obj[GIT_SHA1_RAWSZ], to_obj[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   1002 builtin/am.c   	unsigned char curr_head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   1098 builtin/am.c   	unsigned char head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   1162 builtin/am.c   	unsigned char head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   1478 builtin/am.c   	unsigned char head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   1513 builtin/am.c   	unsigned char commit_sha1[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   1629 builtin/am.c   	unsigned char orig_tree[GIT_SHA1_RAWSZ], his_tree[GIT_SHA1_RAWSZ],
GIT_SHA1_RAWSZ   1630 builtin/am.c   		      our_tree[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   1697 builtin/am.c   	unsigned char tree[GIT_SHA1_RAWSZ], parent[GIT_SHA1_RAWSZ],
GIT_SHA1_RAWSZ   1698 builtin/am.c   		      commit[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   2065 builtin/am.c   	unsigned char index[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   2113 builtin/am.c   	unsigned char head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   2138 builtin/am.c   	unsigned char abort_safety[GIT_SHA1_RAWSZ], head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ   2166 builtin/am.c   	unsigned char curr_head[GIT_SHA1_RAWSZ], orig_head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ     58 builtin/patch-id.c 	unsigned char hash[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ     65 builtin/patch-id.c 	for (i = 0; i < GIT_SHA1_RAWSZ; ++i) {
GIT_SHA1_RAWSZ    377 builtin/pull.c 	unsigned char sha1[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ    760 builtin/pull.c 	unsigned char oct_merge_base[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ    799 builtin/pull.c 	unsigned char orig_head[GIT_SHA1_RAWSZ], curr_head[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ    800 builtin/pull.c 	unsigned char rebase_fork_point[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ     48 cache.h        #define GIT_SHA1_HEXSZ (2 * GIT_SHA1_RAWSZ)
GIT_SHA1_RAWSZ     51 cache.h        	unsigned char hash[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ    796 cache.h        extern const unsigned char null_sha1[GIT_SHA1_RAWSZ];
GIT_SHA1_RAWSZ    802 cache.h        	for (i = 0; i < GIT_SHA1_RAWSZ; i++, sha1++, sha2++) {
GIT_SHA1_RAWSZ    827 cache.h        	memcpy(sha_dst, sha_src, GIT_SHA1_RAWSZ);
GIT_SHA1_RAWSZ    837 cache.h        	memset(hash, 0, GIT_SHA1_RAWSZ);
GIT_SHA1_RAWSZ    150 commit.c       	graft = xmalloc(sizeof(*graft) + GIT_SHA1_RAWSZ * i);
GIT_SHA1_RAWSZ     41 hex.c          	for (i = 0; i < GIT_SHA1_RAWSZ; i++) {
GIT_SHA1_RAWSZ     72 hex.c          	for (i = 0; i < GIT_SHA1_RAWSZ; i++) {