summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-09-06Merge branch 'jk/send-email-mailmap'Junio C Hamano2-4/+160
2024-09-06interpret-trailers: handle message without trailing newlineBrian Lyles1-0/+40
2024-09-05drop trailing newline from warning/error/die messagesJeff King3-10/+10
2024-09-05builtin/repack: fix leaking keep-pack listPatrick Steinhardt2-0/+2
2024-09-05merge-ort: fix two leaks when handling directory rename modificationsPatrick Steinhardt1-0/+1
2024-09-05match-trees: fix leaking prefixes in `shift_tree()`Patrick Steinhardt1-0/+1
2024-09-05builtin/fmt-merge-msg: fix leaking buffersPatrick Steinhardt1-0/+1
2024-09-05builtin/grep: fix leaking object contextPatrick Steinhardt2-0/+3
2024-09-05builtin/pack-objects: plug leaking list of keep-packsPatrick Steinhardt1-0/+1
2024-09-05negotiator/skipping: fix leaking commit entriesPatrick Steinhardt1-0/+2
2024-09-05shallow: fix leaking members of `struct shallow_info`Patrick Steinhardt1-0/+1
2024-09-05shallow: free grafts when unregistering themPatrick Steinhardt1-0/+1
2024-09-05gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt1-0/+1
2024-09-05remote: fix leak in reachability check of a remote-tracking refPatrick Steinhardt1-0/+1
2024-09-05builtin/submodule--helper: fix leaking refs on push-checkPatrick Steinhardt1-0/+1
2024-09-05submodule: fix leaking fetch task dataPatrick Steinhardt1-0/+1
2024-09-05upload-pack: fix leaking child process data on reachability checksPatrick Steinhardt1-0/+1
2024-09-05send-pack: fix leaking common object IDsPatrick Steinhardt1-0/+1
2024-09-05t/test-lib: allow skipping leak checks for passing testsPatrick Steinhardt2-1/+13
2024-09-04builtin/cat-file: mark 'git cat-file' sparse-index compatibleKevin Lyles1-0/+36
2024-09-04t1092: allow run_on_* functions to use standard inputKevin Lyles1-5/+9
2024-09-04t/unit-tests: convert ctype tests to use clarPatrick Steinhardt2-10/+68
2024-09-04t/unit-tests: convert strvec tests to use clarPatrick Steinhardt2-211/+241
2024-09-04t/unit-tests: implement test driverPatrick Steinhardt1-2/+43
2024-09-04Makefile: wire up the clar unit testing frameworkPatrick Steinhardt5-0/+62
2024-09-04clar: stop including `shellapi.h` unnecessarilyJohannes Schindelin1-1/+1
2024-09-04clar(win32): avoid compile error due to unused `fs_copy()`Johannes Schindelin1-0/+2
2024-09-04clar: avoid compile error with mingw-w64Johannes Schindelin1-1/+1
2024-09-04t/clar: fix compatibility with NonStopPatrick Steinhardt1-0/+6
2024-09-04t: import the clar unit testing frameworkPatrick Steinhardt18-0/+2938
2024-09-04t: do not pass GIT_TEST_OPTS to unit tests with provePatrick Steinhardt2-2/+3
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt1-9/+74
2024-09-04t0601: merge tests for auto-packing of refsPatrick Steinhardt1-16/+20
2024-09-04builtin/index-pack: fix segfaults when running outside of a repoPatrick Steinhardt1-0/+39
2024-09-03rebase: apply and cleanup autostash when rebase fails to startPhillip Wood3-3/+49
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano4-53/+56
2024-09-03Merge branch 'ps/leakfixes-part-5'Junio C Hamano24-1/+35
2024-09-01t: port helper/test-oid-array.c to unit-tests/t-oid-array.cGhanshyam Thakkar7-174/+135
2024-08-29Merge branch 'ds/sparse-diff-index'Junio C Hamano1-3/+12
2024-08-29Merge branch 'cp/unit-test-reftable-block'Junio C Hamano2-1/+370
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano2-14/+192
2024-08-28Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano17-260/+271
2024-08-28Merge branch 'mt/rebase-x-quiet'Junio C Hamano1-0/+6
2024-08-28t-reftable-block: mark unused argv/argcJeff King1-1/+1
2024-08-28t-reftable-readwrite: mark unused parameter in callback functionJeff King1-1/+1
2024-08-27send-email: add mailmap support via sendemail.mailmap and --mailmapJacob Keller1-0/+122
2024-08-27check-mailmap: accept "user@host" contactsJacob Keller1-4/+38
2024-08-27builtin/pack-objects.c: translate bit positions during pack-reuseTaylor Blau1-4/+27
2024-08-27t/t5332-multi-pack-reuse.sh: verify pack generation with --strictTaylor Blau1-8/+12
2024-08-26Merge branch 'ds/for-each-ref-is-base'Junio C Hamano4-0/+163