t9001: fix broken "invoke hook" test
Eric Sunshine committed about 8 years ago
t7810: use test_expect_code() instead of hand-rolled comparison
Eric Sunshine committed about 8 years ago
t7400: fix broken "submodule add/reconfigure --force" test
Eric Sunshine committed about 8 years ago
vcbuild/README: update to accommodate for missing common-cmds.h
Johannes Schindelin committed about 8 years ago
pretty: switch hard-coded constants to the_hash_algo
brian m. carlson committed about 8 years ago
sha1-file: convert constants to uses of the_hash_algo
brian m. carlson committed about 8 years ago
log-tree: switch GIT_SHA1_HEXSZ to the_hash_algo->hexsz
brian m. carlson committed about 8 years ago
diff: switch GIT_SHA1_HEXSZ to use the_hash_algo
brian m. carlson committed about 8 years ago
builtin/merge-recursive: make hash independent
brian m. carlson committed about 8 years ago
builtin/merge: switch to use the_hash_algo
brian m. carlson committed about 8 years ago
builtin/fmt-merge-msg: make hash independent
brian m. carlson committed about 8 years ago
builtin/update-index: simplify parsing of cacheinfo
brian m. carlson committed about 8 years ago
builtin/update-index: convert to using the_hash_algo
brian m. carlson committed about 8 years ago
refs/files-backend: use the_hash_algo for writing refs
brian m. carlson committed about 8 years ago
sha1-name: use the_hash_algo when parsing object names
brian m. carlson committed about 8 years ago
strbuf: allocate space with GIT_MAX_HEXSZ
brian m. carlson committed about 8 years ago
commit: express tree entry constants in terms of the_hash_algo
brian m. carlson committed about 8 years ago
hex: switch to using the_hash_algo
brian m. carlson committed about 8 years ago
tree-walk: replace hard-coded constants with the_hash_algo
brian m. carlson committed about 8 years ago
cache: update object ID functions for the_hash_algo
brian m. carlson committed about 8 years ago