summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-22remote: fix leaking peer ref when expanding refmapPatrick Steinhardt-0/+6
2024-08-22remote: fix leaks when matching refspecsPatrick Steinhardt-14/+30
2024-08-22remote: fix leaking config stringsPatrick Steinhardt-2/+38
2024-08-22builtin/fetch-pack: fix leaking refsPatrick Steinhardt-8/+12
2024-08-22sideband: fix leaks when configuring sideband colorsPatrick Steinhardt-8/+8
2024-08-22builtin/send-pack: fix leaking refspecsPatrick Steinhardt-0/+9
2024-08-22transport: fix leaking OID arrays in git:// transport dataPatrick Steinhardt-0/+4
2024-08-22t/helper: fix leaking multi-pack-indices in "read-midx"Patrick Steinhardt-1/+10
2024-08-22builtin/repack: fix leaks when computing packs to repackPatrick Steinhardt-9/+27
2024-08-22midx-write: fix leaking hashfile on error casesPatrick Steinhardt-12/+12
2024-08-22builtin/archive: fix leaking `OPT_FILENAME()` valuePatrick Steinhardt-2/+7
2024-08-22builtin/upload-archive: fix leaking args passed to `write_archive()`Patrick Steinhardt-2/+16
2024-08-22builtin/merge-tree: fix leaking `-X` strategy optionsPatrick Steinhardt-3/+11
2024-08-22pretty: fix leaking key/value separator bufferPatrick Steinhardt-0/+3
2024-08-22pretty: fix memory leaks when parsing pretty formatsPatrick Steinhardt-3/+9
2024-08-22convert: fix leaks when resetting attributesPatrick Steinhardt-0/+4
2024-08-22mailinfo: fix leaking header dataPatrick Steinhardt-2/+16
2024-08-22exec_cmd: RUNTIME_PREFIX on z/OS systemsD Harithamma-0/+32
2024-08-22reftable/generic: drop interfacePatrick Steinhardt-245/+0
2024-08-22t/helper: refactor to not use `struct reftable_table`Patrick Steinhardt-15/+18
2024-08-22t/helper: use `hash_to_hex_algop()` to print hashesPatrick Steinhardt-37/+11
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt-144/+69
2024-08-22t/helper: inline `reftable_table_print()`Patrick Steinhardt-52/+50
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt-31/+22
2024-08-22t/helper: inline `reftable_reader_print_file()`Patrick Steinhardt-24/+22
2024-08-22t/helper: inline `reftable_dump_main()`Patrick Steinhardt-89/+60
2024-08-22reftable/dump: drop unused `compact_stack()`Patrick Steinhardt-26/+1
2024-08-22reftable/generic: move generic iterator code into iterator interfacePatrick Steinhardt-116/+133
2024-08-22reftable/iter: drop double-checking logicPatrick Steinhardt-24/+0
2024-08-22reftable/stack: open-code reading refsPatrick Steinhardt-3/+22
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt-75/+60
2024-08-22reftable/merged: rename `reftable_new_merged_table()`Patrick Steinhardt-11/+12
2024-08-22reftable/merged: expose functions to initialize iteratorsPatrick Steinhardt-0/+20
2024-08-21The seventh batchJunio C Hamano-0/+9
2024-08-21Merge branch 'jc/how-to-maintain-updates'Junio C Hamano-0/+4
2024-08-21Merge branch 'jk/apply-patch-mode-check-fix'Junio C Hamano-1/+1
2024-08-21Merge branch 'ps/bundle-outside-repo-fix'Junio C Hamano-3/+41
2024-08-21Merge branch 'jc/grammo-fixes'Junio C Hamano-2/+2
2024-08-21Merge branch 'ag/git-svn-global-ignores'Junio C Hamano-25/+42
2024-08-21builtin/maintenance: fix loose objects task emitting pack hashPatrick Steinhardt-0/+22
2024-08-21t7900: exercise detaching via trace2 regionsPatrick Steinhardt-9/+10
2024-08-21t-reftable-block: add tests for index blocksChandra Pratap-0/+88
2024-08-21t-reftable-block: add tests for obj blocksChandra Pratap-0/+82
2024-08-21t-reftable-block: add tests for log blocksChandra Pratap-2/+91
2024-08-21t-reftable-block: remove unnecessary variable 'j'Chandra Pratap-4/+2
2024-08-21t-reftable-block: use xstrfmt() instead of xstrdup()Chandra Pratap-4/+1
2024-08-21t-reftable-block: use block_iter_reset() instead of block_iter_close()Chandra Pratap-6/+2
2024-08-21t-reftable-block: use reftable_record_key() instead of strbuf_addstr()Chandra Pratap-2/+1
2024-08-21t-reftable-block: use reftable_record_equal() instead of check_str()Chandra Pratap-9/+9
2024-08-21t-reftable-block: release used block readerChandra Pratap-0/+1