sequencer: use the_hash_algo for empty tree object ID
brian m. carlson committed over 8 years ago
cache-tree: use is_empty_tree_oid
brian m. carlson committed over 8 years ago
sha1_file: convert cached object code to struct object_id
brian m. carlson committed over 8 years ago
builtin/reset: convert use of EMPTY_TREE_SHA1_BIN
brian m. carlson committed over 8 years ago
builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX
brian m. carlson committed over 8 years ago
wt-status: convert two uses of EMPTY_TREE_SHA1_HEX
brian m. carlson committed over 8 years ago
submodule: convert several uses of EMPTY_TREE_SHA1_HEX
brian m. carlson committed over 8 years ago
sequencer: convert one use of EMPTY_TREE_SHA1_HEX
brian m. carlson committed over 8 years ago
merge: convert empty tree constant to the_hash_algo
brian m. carlson committed over 8 years ago
builtin/merge: switch tree functions to use object_id
brian m. carlson committed over 8 years ago
builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo
brian m. carlson committed over 8 years ago
sha1-file: add functions for hex empty tree and blob OIDs
brian m. carlson committed over 8 years ago
builtin/receive-pack: avoid hard-coded constants for push certs
brian m. carlson committed over 8 years ago
diff: specify abbreviation size in terms of the_hash_algo
brian m. carlson committed over 8 years ago
upload-pack: replace use of several hard-coded constants
brian m. carlson committed over 8 years ago
revision: replace use of hard-coded constants
brian m. carlson committed over 8 years ago
http: eliminate hard-coded constants
brian m. carlson committed over 8 years ago
dir: convert struct untracked_cache_dir to object_id
brian m. carlson committed over 8 years ago
commit: convert uses of get_sha1_hex to get_oid_hex
brian m. carlson committed over 8 years ago
index-pack: abstract away hash function constant
brian m. carlson committed over 8 years ago