merge-one-file: compute empty blob object ID
brian m. carlson committed over 8 years ago
add--interactive: compute the empty tree value
brian m. carlson committed over 8 years ago
Update shell scripts to compute empty tree object ID
brian m. carlson committed over 8 years ago
sha1_file: only expose empty object constants through git_hash_algo
brian m. carlson committed over 8 years ago
dir: use the_hash_algo for empty blob object ID
brian m. carlson committed over 8 years ago
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