brian m. carlson committed about 7 years ago
builtin/receive-pack: replace sha1_to_hex
brian m. carlson committed about 7 years ago
builtin/index-pack: replace sha1_to_hex
brian m. carlson committed about 7 years ago
brian m. carlson committed about 7 years ago
wt-status: convert struct wt_status to object_id
brian m. carlson committed about 7 years ago
brian m. carlson committed about 7 years ago
builtin/worktree: switch null_sha1 to null_oid
brian m. carlson committed about 7 years ago
builtin/repack: write object IDs of the proper length
brian m. carlson committed about 7 years ago
pack-write: use hash_to_hex when writing checksums
brian m. carlson committed about 7 years ago
sequencer: convert to use the_hash_algo
brian m. carlson committed about 7 years ago
bisect: switch to using the_hash_algo
brian m. carlson committed about 7 years ago
sha1-lookup: switch hard-coded constants to the_hash_algo
brian m. carlson committed about 7 years ago
config: use the_hash_algo in abbrev comparison
brian m. carlson committed about 7 years ago
combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algo
brian m. carlson committed about 7 years ago
bundle: switch to use the_hash_algo
brian m. carlson committed about 7 years ago
connected: switch GIT_SHA1_HEXSZ to the_hash_algo
brian m. carlson committed about 7 years ago
show-index: switch hard-coded constants to the_hash_algo
brian m. carlson committed about 7 years ago
blame: remove needless comparison with GIT_SHA1_HEXSZ
brian m. carlson committed about 7 years ago
builtin/rev-parse: switch to use the_hash_algo
brian m. carlson committed about 7 years ago
builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo
brian m. carlson committed about 7 years ago