upload-pack: fix error message typo
Jonathan Tan committed over 8 years ago
Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2
Junio C Hamano committed over 8 years ago
doc: keep first level section header in upper case
Nguyễn Thái Ngọc Duy committed over 8 years ago
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