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
builtin/receive-pack: switch to use the_hash_algo
brian m. carlson committed about 7 years ago
brian m. carlson committed about 7 years ago
patch-id: convert to use the_hash_algo
brian m. carlson committed about 7 years ago
builtin/replace: make hash size independent
brian m. carlson committed about 7 years ago
pull, fetch: add --set-upstream option
Corentin BOMPARD committed about 7 years ago
archive-tar: turn length miscalculation warning into BUG
René Scharfe committed about 7 years ago