summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-10-04Merge branch 'kn/osx-fsmonitor-with-submodules-fix'Junio C Hamano1-0/+51
2024-10-04Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-5/+12
2024-10-04Merge branch 'jk/test-lsan-improvements'Junio C Hamano2-36/+8
2024-10-04t0610: work around flaky test with concurrent writersPatrick Steinhardt1-5/+12
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru1-0/+51
2024-10-02Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano1-1/+6
2024-10-02Merge branch 'jk/http-leakfixes'Junio C Hamano10-0/+10
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano29-1/+34
2024-10-02Merge branch 'ds/sparse-checkout-expansion-advice'Junio C Hamano1-1/+4
2024-09-30Merge branch 'ps/includeif-onbranch-cornercase-fix'Junio C Hamano1-0/+40
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano3-2/+30
2024-09-30Merge branch 'rs/archive-with-attr-pathspec-fix'Junio C Hamano1-0/+12
2024-09-30Merge branch 'pw/submodule-process-sigpipe'Junio C Hamano1-0/+7
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano2-2/+123
2024-09-27pack-objects: use finalize_object_file() to rename pack/idx/etcTaylor Blau1-1/+6
2024-09-27diffcore-break: fix leaking filespecs when merging broken pairsPatrick Steinhardt5-0/+7
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt6-0/+7
2024-09-27builtin/maintenance: fix leak in `get_schedule_cmd()`Patrick Steinhardt1-0/+1
2024-09-27promisor-remote: fix leaking partial clone filterPatrick Steinhardt1-0/+1
2024-09-27builtin/difftool: plug several trivial memory leaksPatrick Steinhardt1-0/+1
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt2-0/+3
2024-09-27diffcore-order: fix leaking buffer when parsing orderfilesPatrick Steinhardt2-0/+2
2024-09-27builtin/pull: fix leaking "ff" optionPatrick Steinhardt1-0/+1
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt3-0/+3
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt1-0/+1
2024-09-27t/helper: fix leaking subrepo in nested submodule config helperPatrick Steinhardt2-1/+2
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt1-0/+2
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt1-0/+1
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt1-0/+1
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt1-0/+1
2024-09-25Merge branch 'rs/diff-exit-code-binary'Junio C Hamano1-0/+8
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano8-188/+397
2024-09-25Merge branch 'ps/apply-leakfix'Junio C Hamano5-2/+6
2024-09-25http-push: clean up local_refs at exitJeff King1-0/+1
2024-09-25http-walker: free fake packed_git listJeff King1-0/+1
2024-09-25http: stop leaking buffer in http_get_info_packs()Jeff King1-0/+1
2024-09-25http: fix leak of http_object_request structJeff King1-0/+1
2024-09-25fetch: free "raw" string when shrinking refspecJeff King1-0/+1
2024-09-25transport-helper: fix strbuf leak in push_refs_with_push()Jeff King1-0/+1
2024-09-25commit: avoid leaking already-saved bufferJeff King1-0/+1
2024-09-25fetch-pack, send-pack: clean up shallow oid arrayJeff King1-0/+1
2024-09-25fetch-pack: free object filter before exitingJeff King1-0/+1
2024-09-25fetch-pack: fix leaking sought refsPatrick Steinhardt1-0/+1
2024-09-25test-lib: check for leak logs after every testJeff King2-6/+8
2024-09-25test-lib: show leak-sanitizer logs on --immediate failureJeff King1-0/+1
2024-09-25test-lib: stop showing old leak logsJeff King1-33/+2
2024-09-24refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt1-0/+31
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt1-2/+65
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt1-0/+27
2024-09-24config: fix evaluating "onbranch" with nonexistent git dirPatrick Steinhardt1-1/+1