t6036: fix broken "merge fails but has appropriate contents" tests
Eric Sunshine committed about 8 years ago
t5505: modernize and simplify hard-to-digest test
Eric Sunshine committed about 8 years ago
t5406: use write_script() instead of birthing shell script manually
Eric Sunshine committed about 8 years ago
t5405: use test_must_fail() instead of checking exit code manually
Eric Sunshine committed about 8 years ago
t/lib-submodule-update: fix "absorbing" test
Eric Sunshine committed about 8 years ago
t: drop unnecessary terminating semicolon in subshell
Eric Sunshine committed about 8 years ago
t: use sane_unset() rather than 'unset' with broken &&-chain
Eric Sunshine committed about 8 years ago
t: use test_write_lines() instead of series of 'echo' commands
Eric Sunshine committed about 8 years ago
t: use test_might_fail() instead of manipulating exit code manually
Eric Sunshine committed about 8 years ago
block alloc: add validations around cache_entry lifecyle
Jameson Miller committed about 8 years ago
block alloc: allocate cache entries from mem_pool
Jameson Miller committed about 8 years ago
mem-pool: fill out functionality
Jameson Miller committed about 8 years ago
mem-pool: add life cycle management functions
Jameson Miller committed about 8 years ago
mem-pool: only search head block for available space
Jameson Miller committed about 8 years ago
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller committed about 8 years ago
read-cache: teach make_cache_entry to take object_id
Jameson Miller committed about 8 years ago
read-cache: teach refresh_cache_entry to take istate
Jameson Miller committed about 8 years ago
fsck: check skiplist for object in fsck_blob()
Ramsay Jones committed about 8 years ago
fsck: silence stderr when parsing .gitmodules
Jeff King committed about 8 years ago
config: add options parameter to git_config_from_mem
Jeff King committed about 8 years ago