config: allow specifying config entries via envvar pairs
Patrick Steinhardt committed over 5 years ago
environment: make `getenv_safe()` a public function
Patrick Steinhardt committed over 5 years ago
config: store "git -c" variables using more robust format
Patrick Steinhardt committed over 5 years ago
config: parse more robust format in GIT_CONFIG_PARAMETERS
Jeff King committed over 5 years ago
t4203: make blame output massaging more robust
Junio C Hamano committed over 5 years ago
mailmap doc: use correct environment variable 'GIT_WORK_TREE'
Philippe Blain committed over 5 years ago
ci/install-depends: attempt to fix "brew cask" stuff
Junio C Hamano committed over 5 years ago
for_each_object_in_pack(): clarify pack vs index ordering
Jeff King committed over 5 years ago
t4203: stop losing return codes of git commands
Denton Liu committed over 5 years ago
test-lib-functions.sh: fix usage for test_commit()
Denton Liu committed over 5 years ago
pack-write: die on error in write_promisor_file()
Christian Couder committed over 5 years ago
Merge branch 'en/ort-conflict-handling' into en/merge-ort-perf
Junio C Hamano committed over 5 years ago
Merge branch 'en/diffcore-rename' into en/merge-ort-perf
Junio C Hamano committed over 5 years ago
pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'
Taylor Blau committed over 5 years ago
pack-revindex: hide the definition of 'revindex_entry'
Taylor Blau committed over 5 years ago
pack-revindex: remove unused 'find_revindex_position()'
Taylor Blau committed over 5 years ago
pack-revindex: remove unused 'find_pack_revindex()'
Taylor Blau committed over 5 years ago
builtin/gc.c: guess the size of the revindex
Taylor Blau committed over 5 years ago
for_each_object_in_pack(): convert to new revindex API
Taylor Blau committed over 5 years ago
unpack_entry(): convert to new revindex API
Taylor Blau committed over 5 years ago