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
archive-tar: use size_t in strbuf_append_ext_header()
René Scharfe committed about 7 years ago
archive-tar: fix pax extended header length calculation
René Scharfe committed about 7 years ago
archive-tar: report wrong pax extended header length
René Scharfe committed about 7 years ago
merge-recursive: alphabetize include list
Elijah Newren committed about 7 years ago
merge-recursive: add sanity checks for relevant merge_options
Elijah Newren committed about 7 years ago
merge-recursive: rename MERGE_RECURSIVE_* to MERGE_VARIANT_*
Elijah Newren committed about 7 years ago
merge-recursive: split internal fields into a separate struct
Elijah Newren committed about 7 years ago
merge-recursive: avoid losing output and leaking memory holding that output
Elijah Newren committed about 7 years ago
merge-recursive: comment and reorder the merge_options fields
Elijah Newren committed about 7 years ago