summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2024-10-09submodule: correct remote name with fetchDaniel Black-0/+20
2024-10-08worktree: add test for path handling in linked worktreesCaleb White-0/+19
2024-10-08worktree: link worktrees with relative pathsCaleb White-0/+39
2024-10-08Merge branch 'es/worktree-repair-copied' into cw/worktrees-relativeJunio C Hamano-0/+19
2024-10-08fetch: respect --server-option when fetching multiple remotesXing Xin-0/+10
2024-10-08transport.c::handshake: make use of server options from remoteXing Xin-0/+123
2024-10-07unpack-trees: detect mismatching number of cache-tree/index entriesPatrick Steinhardt-2/+5
2024-10-07cache-tree: detect mismatching number of index entriesPatrick Steinhardt-6/+6
2024-10-04Merge branch 'kn/osx-fsmonitor-with-submodules-fix'Junio C Hamano-0/+51
2024-10-04Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano-5/+12
2024-10-04Merge branch 'jk/test-lsan-improvements'Junio C Hamano-36/+8
2024-10-04t0610: work around flaky test with concurrent writersPatrick Steinhardt-5/+12
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru-0/+51
2024-10-03line-log: protect inner strbuf from freeDerrick Stolee-0/+28
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt-1/+1
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt-2/+2
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt-11/+24
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt-4/+6
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt-8/+12
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt-12/+22
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt-7/+19
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt-3/+5
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt-5/+6
2024-10-02Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano-1/+6
2024-10-02Merge branch 'jk/http-leakfixes'Junio C Hamano-0/+10
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano-1/+34
2024-10-02Merge branch 'ds/sparse-checkout-expansion-advice'Junio C Hamano-1/+4
2024-09-30Merge branch 'ps/includeif-onbranch-cornercase-fix'Junio C Hamano-0/+40
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano-2/+30
2024-09-30Merge branch 'rs/archive-with-attr-pathspec-fix'Junio C Hamano-0/+12
2024-09-30Merge branch 'pw/submodule-process-sigpipe'Junio C Hamano-0/+7
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano-2/+123
2024-09-30builtin/send-pack: fix leaking list of push optionsPatrick Steinhardt-0/+2
2024-09-30t/helper: fix leaks in proc-receive helperPatrick Steinhardt-0/+7
2024-09-30pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt-0/+1
2024-09-30revision: fix leaking saved parentsPatrick Steinhardt-0/+1
2024-09-30revision: fix memory leaks when rewriting parentsPatrick Steinhardt-0/+5
2024-09-30midx-write: fix leaking bufferPatrick Steinhardt-0/+2
2024-09-30pack-bitmap-write: fix leaking OID arrayPatrick Steinhardt-0/+1
2024-09-30builtin/revert: fix leaking `gpg_sign` and `strategy` configPatrick Steinhardt-0/+1
2024-09-30t/helper: fix leaking repository in partial-clone helperPatrick Steinhardt-0/+3
2024-09-30builtin/clone: fix leaking repo state when cloning with bundle URIsPatrick Steinhardt-0/+3
2024-09-30builtin/pack-redundant: fix various memory leaksPatrick Steinhardt-0/+1
2024-09-30builtin/stash: fix leaking `pathspec_from_file`Patrick Steinhardt-0/+1
2024-09-30submodule: fix leaking submodule entry listPatrick Steinhardt-0/+1
2024-09-30wt-status: fix leaking buffer with sparse directoriesPatrick Steinhardt-0/+1
2024-09-30shell: fix leaking stringsPatrick Steinhardt-0/+3
2024-09-30scalar: fix leaking repositoriesPatrick Steinhardt-0/+2
2024-09-30builtin/annotate: fix leaking args vectorPatrick Steinhardt-0/+1
2024-09-30Merge branch 'jk/http-leakfixes' into ps/leakfixes-part-8Junio C Hamano-0/+10