summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Merge branch 'ps/complete-config-w-subcommands'Junio C Hamano1-14/+42
2024-05-28Merge branch 'ps/builtin-config-cleanup'Junio C Hamano1-1/+8
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano2-3/+37
2024-05-28Merge branch 'mt/t0211-typofix'Junio C Hamano1-1/+1
2024-05-27builtin/mv: fix leaks for submodule gitfile pathsPatrick Steinhardt4-0/+5
2024-05-27builtin/mv: refactor to use `struct strvec`Patrick Steinhardt7-2/+8
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt3-0/+295
2024-05-27submodule: fix leaking memory for submodule entriesPatrick Steinhardt4-0/+4
2024-05-27commit-reach: fix memory leak in `ahead_behind()`Patrick Steinhardt1-0/+2
2024-05-27builtin/credential: clear credential before exitPatrick Steinhardt1-0/+2
2024-05-27config: plug various memory leaksPatrick Steinhardt11-2/+10
2024-05-27checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt10-0/+10
2024-05-27strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt1-0/+2
2024-05-27t: mark a bunch of tests as leak-freePatrick Steinhardt11-0/+13
2024-05-27transport-helper: fix leaking helper namePatrick Steinhardt4-0/+4
2024-05-26promisor-remote: add promisor.quiet configuration optionTom Hughes1-0/+43
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano6-154/+7
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano6-154/+7
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano6-154/+7
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano6-154/+7
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano7-156/+10
2024-05-24format-patch: move range/inter diff at the end of a single patch outputJunio C Hamano1-6/+30
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano7-156/+10
2024-05-24t/perf: implement performance tests for pseudo-merge bitmapsTaylor Blau1-0/+32
2024-05-24pseudo-merge: implement support for finding existing mergesTaylor Blau1-0/+65
2024-05-24pack-bitmap.c: use pseudo-merges during traversalTaylor Blau1-0/+328
2024-05-24t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`Taylor Blau1-1/+8
2024-05-24pack-bitmap: implement test helpers for pseudo-mergeTaylor Blau1-7/+27
2024-05-23Merge branch 'mt/openindiana-portability'Junio C Hamano7-7/+7
2024-05-23Merge branch 'it/refs-name-conflict'Junio C Hamano1-0/+16
2024-05-23Merge branch 'la/hide-trailer-info'Junio C Hamano1-0/+315
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano3-2/+25
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano2-3/+37
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano2-2/+2
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano1-37/+0
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt1-8/+93
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano1-2/+36
2024-05-22push: don't fetch commit object when checking existenceTom Hughes1-0/+19
2024-05-22chainlint.pl: latch CPU count directly reported by /proc/cpuinfoEric Sunshine1-0/+3
2024-05-22chainlint.pl: fix incorrect CPU count on Linux SPARCJohn Paul Adrian Glaubitz1-1/+1
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin2-51/+0
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin1-51/+0
2024-05-21tests: verify that `clone -c core.hooksPath=/dev/null` works againJohannes Schindelin1-0/+7
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin1-15/+0
2024-05-21send-email: avoid creating more than one Term::ReadLine objectJeff King1-2/+3
2024-05-21apply: fix uninitialized hash functionJunio C Hamano1-1/+1
2024-05-21builtin/hash-object: fix uninitialized hash functionPatrick Steinhardt2-1/+7
2024-05-21builtin/patch-id: fix uninitialized hash functionPatrick Steinhardt2-1/+35
2024-05-21t1517: test commands that are designed to be run outside repositoryJunio C Hamano1-0/+59
2024-05-20t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar5-47/+35