summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt-0/+12
2024-09-27builtin/maintenance: fix leak in `get_schedule_cmd()`Patrick Steinhardt-47/+81
2024-09-27builtin/maintenance: fix leaking config stringPatrick Steinhardt-2/+2
2024-09-27promisor-remote: fix leaking partial clone filterPatrick Steinhardt-0/+3
2024-09-27grep: fix leaking grep patternPatrick Steinhardt-1/+1
2024-09-27submodule: fix leaking submodule ODB pathsPatrick Steinhardt-2/+2
2024-09-27trace2: destroy context stored in thread-local storagePatrick Steinhardt-1/+9
2024-09-27builtin/difftool: plug several trivial memory leaksPatrick Steinhardt-0/+7
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt-15/+45
2024-09-27diffcore-order: fix leaking buffer when parsing orderfilesPatrick Steinhardt-12/+9
2024-09-27parse-options: free previous value of `OPTION_FILENAME`Patrick Steinhardt-8/+14
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt-5/+7
2024-09-27builtin/pull: fix leaking "ff" optionPatrick Steinhardt-4/+8
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt-4/+5
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt-4/+10
2024-09-27t/helper: fix leaking subrepo in nested submodule config helperPatrick Steinhardt-1/+2
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt-0/+4
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt-3/+8
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt-3/+12
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt-3/+20
2024-09-27builtin/help: fix leaking `html_path` when reading config multiple timesPatrick Steinhardt-1/+2
2024-09-27builtin/help: fix dangling reference to `html_path`Patrick Steinhardt-6/+7
2024-09-26howto-maintain-git: discarding inactive topicsJunio C Hamano-1/+16
2024-09-25Git 2.47-rc0v2.47.0-rc0Junio C Hamano-1/+8
2024-09-25Merge branch 'jk/sendemail-mailmap-doc'Junio C Hamano-0/+21
2024-09-25Merge branch 'rs/diff-exit-code-binary'Junio C Hamano-0/+9
2024-09-25Merge branch 'cb/ci-freebsd-13-4'Junio C Hamano-1/+1
2024-09-25Merge branch 'ak/doc-sparse-co-typofix'Junio C Hamano-1/+1
2024-09-25Merge branch 'ak/typofix-builtins'Junio C Hamano-4/+4
2024-09-25The 21st batchJunio C Hamano-0/+9
2024-09-25Merge branch 'jc/cmake-unit-test-updates'Junio C Hamano-14/+11
2024-09-25Merge branch 'ps/ci-gitlab-upgrade'Junio C Hamano-0/+2
2024-09-25Merge branch 'ak/refs-symref-referent-typofix'Junio C Hamano-1/+1
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano-24/+24
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano-201/+594
2024-09-25Merge branch 'ps/apply-leakfix'Junio C Hamano-251/+206
2024-09-25http-push: clean up local_refs at exitJeff King-1/+3
2024-09-25http-push: clean up loose request when falling back to packedJeff King-1/+2
2024-09-25http-push: clean up objects listJeff King-1/+5
2024-09-25http-push: free xml_ctx.cdata after useJeff King-0/+2
2024-09-25http-push: free remote_ls_ctx.dentry_nameJeff King-0/+1
2024-09-25http-push: free transfer_request strbufJeff King-1/+4
2024-09-25http-push: free transfer_request dest fieldJeff King-7/+3
2024-09-25http-push: free curl header listsJeff King-0/+5
2024-09-25http-push: free repo->url stringJeff King-0/+1
2024-09-25http-push: clear refspecs before exitingJeff King-0/+2
2024-09-25http-walker: free fake packed_git listJeff King-0/+11
2024-09-25remote-curl: free HEAD ref with free_one_ref()Jeff King-1/+1
2024-09-25http: stop leaking buffer in http_get_info_packs()Jeff King-0/+2
2024-09-25http: call git_inflate_end() when releasing http_object_requestJeff King-1/+2