index_has_changes(): avoid assuming operating on the_index
Elijah Newren committed about 8 years ago
read-cache.c: move index_has_changes() from merge.c
Elijah Newren committed about 8 years ago
t7201: drop pointless "exit 0" at end of subshell
Eric Sunshine committed about 8 years ago
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