summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2024-08-21t: harmonize t-reftable-block.c with coding guidelinesChandra Pratap-26/+26
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap-27/+22
2024-08-21rebase --exec: respect --quietMatheus Tavares-3/+12
2024-08-20Sync with 'maint' for Windows+VS build jobs used at CIJunio C Hamano-9/+5
2024-08-20Merge branch 'jk/midx-unused-fix'Junio C Hamano-9/+5
2024-08-20Merge branch 'js/ci-win-vs-build' into maint-2.46Junio C Hamano-9/+5
2024-08-20mailinfo: we parse fixed headersJunio C Hamano-8/+8
2024-08-20CodingGuidelines: spaces around C operatorsJunio C Hamano-1/+10
2024-08-20Merge branch 'ps/leakfixes-part-4' into ps/leakfixes-part-5Junio C Hamano-142/+265
2024-08-20t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar-261/+272
2024-08-20t-hashmap: stop calling setup() for t_intern() testJeff King-3/+2
2024-08-20git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)-7/+12