summaryrefslogtreecommitdiffstats
path: root/utf8.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-30revision: fix memory leaks when rewriting parentsPatrick Steinhardt6-0/+7
2024-09-30midx-write: fix leaking bufferPatrick Steinhardt2-0/+4
2024-09-30pack-bitmap-write: fix leaking OID arrayPatrick Steinhardt2-0/+2
2024-09-30pseudo-merge: fix leaking strmap keysPatrick Steinhardt1-2/+2
2024-09-30pseudo-merge: fix various memory leaksPatrick Steinhardt4-2/+31
2024-09-30line-log: fix several memory leaksPatrick Steinhardt1-19/+35
2024-09-30diff: improve lifecycle management of diff queuesPatrick Steinhardt10-47/+32
2024-09-30builtin/revert: fix leaking `gpg_sign` and `strategy` configPatrick Steinhardt2-4/+14
2024-09-30t/helper: fix leaking repository in partial-clone helperPatrick Steinhardt2-0/+3
2024-09-30builtin/clone: fix leaking repo state when cloning with bundle URIsPatrick Steinhardt4-0/+30
2024-09-30builtin/pack-redundant: fix various memory leaksPatrick Steinhardt2-6/+35
2024-09-30builtin/stash: fix leaking `pathspec_from_file`Patrick Steinhardt2-1/+4
2024-09-30submodule: fix leaking submodule entry listPatrick Steinhardt4-3/+24
2024-09-30wt-status: fix leaking buffer with sparse directoriesPatrick Steinhardt2-1/+6
2024-09-30shell: fix leaking stringsPatrick Steinhardt3-3/+6
2024-09-30scalar: fix leaking repositoriesPatrick Steinhardt3-0/+3
2024-09-30read-cache: fix leaking hash context in `do_write_index()`Patrick Steinhardt1-0/+1
2024-09-30builtin/annotate: fix leaking args vectorPatrick Steinhardt2-5/+16
2024-09-27diffcore-break: fix leaking filespecs when merging broken pairsPatrick Steinhardt6-2/+9
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt7-0/+12
2024-09-27builtin/maintenance: fix leak in `get_schedule_cmd()`Patrick Steinhardt2-47/+81
2024-09-27builtin/maintenance: fix leaking config stringPatrick Steinhardt1-2/+2
2024-09-27promisor-remote: fix leaking partial clone filterPatrick Steinhardt2-0/+3
2024-09-27grep: fix leaking grep patternPatrick Steinhardt1-1/+1
2024-09-27submodule: fix leaking submodule ODB pathsPatrick Steinhardt1-2/+2
2024-09-27trace2: destroy context stored in thread-local storagePatrick Steinhardt1-1/+9
2024-09-27builtin/difftool: plug several trivial memory leaksPatrick Steinhardt2-0/+7
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt3-15/+45
2024-09-27diffcore-order: fix leaking buffer when parsing orderfilesPatrick Steinhardt3-12/+9
2024-09-27parse-options: free previous value of `OPTION_FILENAME`Patrick Steinhardt1-8/+14
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt3-5/+7
2024-09-27builtin/pull: fix leaking "ff" optionPatrick Steinhardt2-4/+8
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt4-4/+5
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt2-4/+10
2024-09-27t/helper: fix leaking subrepo in nested submodule config helperPatrick Steinhardt2-1/+2
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt2-0/+4
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt2-3/+8
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt5-3/+12
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt2-3/+20
2024-09-27builtin/help: fix leaking `html_path` when reading config multiple timesPatrick Steinhardt1-1/+2
2024-09-27builtin/help: fix dangling reference to `html_path`Patrick Steinhardt1-6/+7
2024-09-26Git 2.47-rc0v2.47.0-rc0Junio C Hamano2-1/+8
2024-09-25The 21st batchJunio C Hamano1-0/+9
2024-09-25http-push: clean up local_refs at exitJeff King2-1/+3
2024-09-25http-push: clean up loose request when falling back to packedJeff King1-1/+2
2024-09-25http-push: clean up objects listJeff King1-1/+5
2024-09-25http-push: free xml_ctx.cdata after useJeff King1-0/+2
2024-09-25http-push: free remote_ls_ctx.dentry_nameJeff King1-0/+1
2024-09-25http-push: free transfer_request strbufJeff King1-1/+4
2024-09-25http-push: free transfer_request dest fieldJeff King1-7/+3