summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt
2024-09-27diffcore-order: fix leaking buffer when parsing orderfilesPatrick Steinhardt
2024-09-27parse-options: free previous value of `OPTION_FILENAME`Patrick Steinhardt
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt
2024-09-27builtin/pull: fix leaking "ff" optionPatrick Steinhardt
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt
2024-09-27t/helper: fix leaking subrepo in nested submodule config helperPatrick Steinhardt
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt
2024-09-27builtin/help: fix leaking `html_path` when reading config multiple timesPatrick Steinhardt
2024-09-27builtin/help: fix dangling reference to `html_path`Patrick Steinhardt
2024-09-26howto-maintain-git: discarding inactive topicsJunio C Hamano
2024-09-25Git 2.47-rc0v2.47.0-rc0Junio C Hamano
2024-09-25Merge branch 'jk/sendemail-mailmap-doc'Junio C Hamano
2024-09-25Merge branch 'rs/diff-exit-code-binary'Junio C Hamano
2024-09-25Merge branch 'cb/ci-freebsd-13-4'Junio C Hamano
2024-09-25Merge branch 'ak/doc-sparse-co-typofix'Junio C Hamano
2024-09-25Merge branch 'ak/typofix-builtins'Junio C Hamano
2024-09-25The 21st batchJunio C Hamano
2024-09-25Merge branch 'jc/cmake-unit-test-updates'Junio C Hamano
2024-09-25Merge branch 'ps/ci-gitlab-upgrade'Junio C Hamano
2024-09-25Merge branch 'ak/refs-symref-referent-typofix'Junio C Hamano
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano
2024-09-25Merge branch 'ps/apply-leakfix'Junio C Hamano
2024-09-25http-push: clean up local_refs at exitJeff King
2024-09-25http-push: clean up loose request when falling back to packedJeff King
2024-09-25http-push: clean up objects listJeff King
2024-09-25http-push: free xml_ctx.cdata after useJeff King
2024-09-25http-push: free remote_ls_ctx.dentry_nameJeff King
2024-09-25http-push: free transfer_request strbufJeff King
2024-09-25http-push: free transfer_request dest fieldJeff King
2024-09-25http-push: free curl header listsJeff King
2024-09-25http-push: free repo->url stringJeff King
2024-09-25http-push: clear refspecs before exitingJeff King
2024-09-25http-walker: free fake packed_git listJeff King
2024-09-25remote-curl: free HEAD ref with free_one_ref()Jeff King
2024-09-25http: stop leaking buffer in http_get_info_packs()Jeff King
2024-09-25http: call git_inflate_end() when releasing http_object_requestJeff King
2024-09-25http: fix leak of http_object_request structJeff King
2024-09-25http: fix leak when redacting cookies from curl traceJeff King
2024-09-25transport-helper: fix leak of dummy refs_listJeff King
2024-09-25fetch-pack: clear pack lockfiles listJeff King
2024-09-25fetch: free "raw" string when shrinking refspecJeff King
2024-09-25transport-helper: fix strbuf leak in push_refs_with_push()Jeff King
2024-09-25send-pack: free cas options before exitJeff King
2024-09-25commit: avoid leaking already-saved bufferJeff King