builtin/notes: fix leaking `struct notes_tree` when merging notes
Patrick Steinhardt committed about 2 years ago
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt committed about 2 years ago
config: fix leaking comment character config
Patrick Steinhardt committed about 2 years ago
submodule-config: fix leaking name entry when traversing submodules
Patrick Steinhardt committed about 2 years ago
read-cache: fix leaking hashfile when writing index fails
Patrick Steinhardt committed about 2 years ago
bulk-checkin: fix leaking state TODO
Patrick Steinhardt committed about 2 years ago
object-name: fix leaking symlink paths in object context
Patrick Steinhardt committed about 2 years ago
object-file: fix memory leak when reading corrupted headers
Patrick Steinhardt committed about 2 years ago
Patrick Steinhardt committed about 2 years ago
remote: plug memory leak when aliasing URLs
Patrick Steinhardt committed about 2 years ago
t9001-send-email.sh: fix quoting for mailrc --dump-aliases test
Jacob Keller committed about 2 years ago
midx: drop unused parameters from add_midx_to_chain()
Jeff King committed about 2 years ago
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt committed about 2 years ago
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt committed about 2 years ago
t-reftable-readwrite: add test for known error
Chandra Pratap committed about 2 years ago
t-reftable-readwrite: use 'for' in place of infinite 'while' loops
Chandra Pratap committed about 2 years ago
t-reftable-readwrite: use free_names() instead of a for loop
Chandra Pratap committed about 2 years ago
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap committed about 2 years ago
config: hide functions using `the_repository` by default
Patrick Steinhardt committed about 2 years ago
global: prepare for hiding away repo-less config functions
Patrick Steinhardt committed about 2 years ago