test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONS
Ævar Arnfjörð Bjarmason committed over 4 years ago
test-lib: make $GIT_BUILD_DIR an absolute path
Ævar Arnfjörð Bjarmason committed over 4 years ago
test-lib: correct and assert TEST_DIRECTORY overriding
Ævar Arnfjörð Bjarmason committed over 4 years ago
test-lib: add GIT_SAN_OPTIONS, inherit [AL]SAN_OPTIONS
Ævar Arnfjörð Bjarmason committed over 4 years ago
untracked-cache: write index when populating empty untracked cache
Tao Klerks committed over 4 years ago
t7519: populate untracked cache before test
Tao Klerks committed over 4 years ago
t7519: avoid file to index mtime race for untracked cache
Tao Klerks committed over 4 years ago
rerere-train: two fixes to the use of "git show -s"
Junio C Hamano committed over 4 years ago
switch: mention the --detach option when dying due to lack of a branch
Alex Henrie committed over 4 years ago
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason committed over 4 years ago
object-file.c: add a literal version of write_object_file_prepare()
Ævar Arnfjörð Bjarmason committed over 4 years ago
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason committed over 4 years ago
object API: rename hash_object_file_literally() to write_*()
Ævar Arnfjörð Bjarmason committed over 4 years ago
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason committed over 4 years ago
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason committed over 4 years ago
object API docs: move check_object_signature() docs to cache.h
Ævar Arnfjörð Bjarmason committed over 4 years ago
object API: correct "buf" v.s. "map" mismatch in *.c and *.h
Ævar Arnfjörð Bjarmason committed over 4 years ago
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason committed over 4 years ago
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason committed over 4 years ago
object-file API: return "void", not "int" from hash_object_file()
Ævar Arnfjörð Bjarmason committed over 4 years ago