summaryrefslogtreecommitdiffstats
path: root/t/t9823-git-p4-mock-lfs.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt928-928/+0
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt4-97/+1
2024-11-21t: remove unneeded !SANITIZE_LEAK prerequisitesPatrick Steinhardt3-11/+11
2024-11-21t: mark some tests as leak freePatrick Steinhardt2-0/+2
2024-11-21t5601: work around leak sanitizer issuePatrick Steinhardt1-11/+15
2024-11-21git-compat-util: drop now-unused `UNLEAK()` macroPatrick Steinhardt2-35/+0
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt2-2/+0
2024-11-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt1-2/+1
2024-11-21builtin/branch: fix leaking sorting optionsPatrick Steinhardt1-11/+22
2024-11-21builtin/init-db: fix leaking directory pathsPatrick Steinhardt1-15/+19
2024-11-21builtin/help: fix leaks in `check_git_cmd()`Patrick Steinhardt1-6/+7
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt3-6/+7
2024-11-21help: fix leaking `struct cmdnames`Patrick Steinhardt1-0/+4
2024-11-21help: refactor to not use globals for reading configPatrick Steinhardt1-23/+24
2024-11-21builtin/sparse-checkout: fix leaking sanitized patternsPatrick Steinhardt1-22/+39
2024-11-21split-index: fix memory leak in `move_cache_to_base_index()`Patrick Steinhardt2-1/+6
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt2-36/+32
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt2-26/+33
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt3-0/+93
2024-11-21line-log: fix leak when rewriting commit parentsPatrick Steinhardt2-0/+2
2024-11-21bisect: fix various cases where we leak commit list itemsPatrick Steinhardt2-8/+23
2024-11-21bisect: fix leaking commit list items in `check_merge_base()`Patrick Steinhardt1-2/+2
2024-11-21bisect: fix multiple leaks in `bisect_next_all()`Patrick Steinhardt1-2/+3
2024-11-21bisect: fix leaking `current_bad_oid`Patrick Steinhardt1-0/+1
2024-11-21bisect: fix leaking string in `handle_bad_merge_base()`Patrick Steinhardt1-0/+2
2024-11-21bisect: fix leaking good/bad terms when reading multipe timesPatrick Steinhardt3-8/+12
2024-11-21builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt4-7/+10
2024-11-05list-objects-filter-options: work around reported leak on errorPatrick Steinhardt2-10/+8
2024-11-05builtin/merge: release output buffer after performing mergePatrick Steinhardt2-0/+2
2024-11-05dir: fix leak when parsing "status.showUntrackedFiles"Patrick Steinhardt2-2/+3
2024-11-05t/helper: fix leaking buffer in "dump-untracked-cache"Patrick Steinhardt1-0/+2
2024-11-05t/helper: stop re-initialization of `the_repository`Patrick Steinhardt2-2/+1
2024-11-05sparse-index: correctly free EWAH contentsPatrick Steinhardt1-2/+5
2024-11-05dir: release untracked cache dataPatrick Steinhardt1-0/+8
2024-11-05combine-diff: fix leaking lost linesPatrick Steinhardt2-2/+4
2024-11-05builtin/tag: fix leaking key ID on failure to signPatrick Steinhardt2-1/+2
2024-11-05transport-helper: fix leaking import/export marksPatrick Steinhardt2-0/+3
2024-11-05builtin/commit: fix leaking cleanup configPatrick Steinhardt2-5/+13
2024-11-05trailer: fix leaking strbufs when formatting trailersPatrick Steinhardt2-5/+8
2024-11-05trailer: fix leaking trailer valuesPatrick Steinhardt1-2/+8
2024-11-05builtin/commit: fix leaking change data contentsPatrick Steinhardt2-1/+9
2024-11-05upload-pack: fix leaking URI protocolsPatrick Steinhardt2-0/+2
2024-11-05pretty: clear signature checkPatrick Steinhardt5-0/+5
2024-11-05diff-lib: fix leaking diffopts in `do_diff_cache()`Patrick Steinhardt2-0/+2
2024-11-05revision: fix leaking bloom filtersPatrick Steinhardt2-0/+6
2024-11-05builtin/grep: fix leak with `--max-count=0`Patrick Steinhardt2-3/+11
2024-11-05grep: fix leak in `grep_splice_or()`Patrick Steinhardt1-0/+1
2024-11-05t/helper: fix leaks in "reach" test toolPatrick Steinhardt2-0/+11
2024-11-05builtin/ls-remote: plug leaking server optionsPatrick Steinhardt1-0/+1
2024-11-01The seventh batchTaylor Blau1-0/+39