summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-08-01convert: fix leaking config stringsPatrick Steinhardt1-0/+1
2024-08-01entry: fix leaking pathnames during delayed checkoutPatrick Steinhardt2-0/+2
2024-08-01object-name: fix leaking commit list itemsPatrick Steinhardt2-0/+3
2024-08-01t/test-repository: fix leaking repositoryPatrick Steinhardt2-2/+4
2024-08-01builtin/credential-cache: fix trivial leaksPatrick Steinhardt1-0/+2
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt2-0/+2
2024-08-01builtin/shortlog: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2024-08-01builtin/rerere: fix various trivial memory leaksPatrick Steinhardt2-0/+2
2024-08-01builtin/credential-store: fix leaking credentialPatrick Steinhardt2-0/+3
2024-08-01builtin/show-branch: fix several memory leaksPatrick Steinhardt2-0/+2
2024-08-01builtin/rev-parse: fix memory leak with `--parseopt`Patrick Steinhardt1-0/+2
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt5-0/+6
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt6-0/+6
2024-08-01builtin/ls-remote: fix leaking `pattern` stringsPatrick Steinhardt1-0/+1
2024-08-01builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`Patrick Steinhardt1-0/+1
2024-08-01builtin/name-rev: fix various trivial memory leaksPatrick Steinhardt2-0/+2
2024-08-01builtin/describe: fix trivial memory leak when describing blobPatrick Steinhardt1-0/+1
2024-08-01builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt1-0/+1
2024-08-01builtin/replay: plug leaking `advance_name` variablePatrick Steinhardt1-0/+1
2024-07-31Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano2-1/+463
2024-07-31Merge branch 'jc/checkout-no-op-switch-errors'Junio C Hamano1-0/+13
2024-07-31Merge branch 'pw/add-patch-with-suppress-blank-empty'Junio C Hamano1-0/+19
2024-07-31Merge branch 'ad/merge-with-diff-algorithm'Junio C Hamano4-0/+111
2024-07-31Merge branch 'rs/t-strvec-use-test-msg'Junio C Hamano1-32/+15
2024-07-31t98xx: mark Perforce tests as memory-leak freePatrick Steinhardt35-0/+35
2024-07-31t98xx: fix Perforce tests with p4d r23 and newerPatrick Steinhardt3-8/+48
2024-07-30t-strvec: use if_testRené Scharfe1-200/+156
2024-07-30t-reftable-basics: use if_testRené Scharfe1-120/+104
2024-07-30t-ctype: use if_testRené Scharfe1-3/+1
2024-07-30unit-tests: add if_testRené Scharfe4-1/+116
2024-07-30unit-tests: show location of checks outside of testsRené Scharfe3-3/+11
2024-07-30t0080: use here-doc test bodyRené Scharfe1-10/+10
2024-07-30t-example-decorate: remove test messagesRené Scharfe1-16/+8
2024-07-30safe.directory: setting safe.directory="." allows the "current" directoryJunio C Hamano1-0/+64
2024-07-30safe.directory: normalize the configured pathJunio C Hamano1-0/+57
2024-07-30safe.directory: normalize the checked pathJunio C Hamano1-0/+57
2024-07-30grep: -W: skip trailing empty lines at EOF, tooRené Scharfe1-0/+1
2024-07-29patch-id: tighten code to detect the patch headerJunio C Hamano1-0/+17
2024-07-29t4204: patch-id supports various input formatJunio C Hamano1-0/+23
2024-07-29notes: do not trigger editor when adding an empty noteDavid Disseldorp1-0/+10
2024-07-29unit-tests/test-lib: fix typo in check_pointer_eq() descriptionKousik Sanagavarapu1-2/+3
2024-07-26check-non-portable-shell: improve `VAR=val shell-func` detectionEric Sunshine1-1/+1
2024-07-26check-non-portable-shell: suggest alternative for `VAR=val shell-func`Eric Sunshine1-1/+1
2024-07-26check-non-portable-shell: loosen one-shot assignment error messageEric Sunshine1-1/+1
2024-07-26t4034: fix use of one-shot variable assignment with shell functionEric Sunshine1-1/+1
2024-07-26t3430: drop unnecessary one-shot "VAR=val shell-func" invocationEric Sunshine1-2/+1
2024-07-26csum-file: introduce discard_hashfile()Junio C Hamano1-0/+1
2024-07-26mailmap: plug memory leak in read_mailmap_blob()Junio C Hamano1-0/+1
2024-07-25add-patch: render hunks through the pagerRubén Justo1-0/+32
2024-07-25add-patch: test for 'p' commandRubén Justo1-0/+16