summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-22builtin/repack: fix leaks when computing packs to repackPatrick Steinhardt1-9/+27
2024-08-22midx-write: fix leaking hashfile on error casesPatrick Steinhardt1-12/+12
2024-08-22builtin/archive: fix leaking `OPT_FILENAME()` valuePatrick Steinhardt3-2/+7
2024-08-22builtin/upload-archive: fix leaking args passed to `write_archive()`Patrick Steinhardt2-2/+16
2024-08-22builtin/merge-tree: fix leaking `-X` strategy optionsPatrick Steinhardt2-3/+11
2024-08-22pretty: fix leaking key/value separator bufferPatrick Steinhardt2-0/+3
2024-08-22pretty: fix memory leaks when parsing pretty formatsPatrick Steinhardt1-3/+9
2024-08-22convert: fix leaks when resetting attributesPatrick Steinhardt2-0/+4
2024-08-22mailinfo: fix leaking header dataPatrick Steinhardt2-2/+16
2024-08-22exec_cmd: RUNTIME_PREFIX on z/OS systemsD Harithamma3-0/+32
2024-08-22reftable/generic: drop interfacePatrick Steinhardt12-245/+0
2024-08-22t/helper: refactor to not use `struct reftable_table`Patrick Steinhardt1-15/+18
2024-08-22t/helper: use `hash_to_hex_algop()` to print hashesPatrick Steinhardt1-37/+11
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt4-144/+69
2024-08-22t/helper: inline `reftable_table_print()`Patrick Steinhardt3-52/+50
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt4-31/+22
2024-08-22t/helper: inline `reftable_reader_print_file()`Patrick Steinhardt3-24/+22
2024-08-22t/helper: inline `reftable_dump_main()`Patrick Steinhardt4-89/+60
2024-08-22reftable/dump: drop unused `compact_stack()`Patrick Steinhardt1-26/+1
2024-08-22reftable/generic: move generic iterator code into iterator interfacePatrick Steinhardt4-116/+133
2024-08-22reftable/iter: drop double-checking logicPatrick Steinhardt3-24/+0
2024-08-22reftable/stack: open-code reading refsPatrick Steinhardt1-3/+22
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt8-75/+60
2024-08-22reftable/merged: rename `reftable_new_merged_table()`Patrick Steinhardt4-11/+12
2024-08-22reftable/merged: expose functions to initialize iteratorsPatrick Steinhardt2-0/+20
2024-08-21The seventh batchJunio C Hamano1-0/+9
2024-08-21Merge branch 'jc/how-to-maintain-updates'Junio C Hamano1-0/+4
2024-08-21Merge branch 'jk/apply-patch-mode-check-fix'Junio C Hamano1-1/+1
2024-08-21Merge branch 'ps/bundle-outside-repo-fix'Junio C Hamano3-3/+41
2024-08-21Merge branch 'jc/grammo-fixes'Junio C Hamano2-2/+2
2024-08-21Merge branch 'ag/git-svn-global-ignores'Junio C Hamano3-25/+42
2024-08-21builtin/maintenance: fix loose objects task emitting pack hashPatrick Steinhardt2-0/+22
2024-08-21t7900: exercise detaching via trace2 regionsPatrick Steinhardt2-9/+10
2024-08-21t-reftable-block: add tests for index blocksChandra Pratap1-0/+88
2024-08-21t-reftable-block: add tests for obj blocksChandra Pratap1-0/+82
2024-08-21t-reftable-block: add tests for log blocksChandra Pratap1-2/+91
2024-08-21t-reftable-block: remove unnecessary variable 'j'Chandra Pratap1-4/+2
2024-08-21t-reftable-block: use xstrfmt() instead of xstrdup()Chandra Pratap1-4/+1
2024-08-21t-reftable-block: use block_iter_reset() instead of block_iter_close()Chandra Pratap1-6/+2
2024-08-21t-reftable-block: use reftable_record_key() instead of strbuf_addstr()Chandra Pratap1-2/+1
2024-08-21t-reftable-block: use reftable_record_equal() instead of check_str()Chandra Pratap1-9/+9
2024-08-21t-reftable-block: release used block readerChandra Pratap1-0/+1
2024-08-21t: harmonize t-reftable-block.c with coding guidelinesChandra Pratap1-26/+26
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap4-27/+22
2024-08-21rebase --exec: respect --quietMatheus Tavares3-3/+12
2024-08-20Sync with 'maint' for Windows+VS build jobs used at CIJunio C Hamano1-9/+5
2024-08-20Merge branch 'jk/midx-unused-fix'Junio C Hamano1-9/+5
2024-08-20Merge branch 'js/ci-win-vs-build' into maint-2.46Junio C Hamano1-9/+5
2024-08-20mailinfo: we parse fixed headersJunio C Hamano1-8/+8
2024-08-20CodingGuidelines: spaces around C operatorsJunio C Hamano1-1/+10