summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2026-04-21t7004: avoid subshells to capture git exit codesSiddharth Shrimali1-8/+18
2026-04-21t7004: dynamically grab expected state in testsSiddharth Shrimali1-9/+2
2026-04-21t7004: drop hardcoded tag count for state verificationSiddharth Shrimali1-4/+3
2026-04-20diff: fix out-of-bounds reads and NULL deref in diffstat UTF-8 truncationElijah Newren1-0/+25
2026-04-16Merge branch 'jk/midx-write-v1-by-default'Junio C Hamano1-1/+1
2026-04-16MIDX: revert the default version to v1Jeff King1-1/+1
2026-04-16t5563: add tests for http.emptyAuth with NegotiateMatthew John Cheetham1-0/+74
2026-04-15cat-file: add mailmap subcommand to --batch-commandSiddharth Asthana1-0/+105
2026-04-15backfill: default to grabbing edge blobs tooElijah Newren1-6/+104
2026-04-15fsmonitor: add tests for LinuxPaul Tarjan1-7/+81
2026-04-15t9210, t9211: disable GIT_TEST_SPLIT_INDEX for scalar clone testsPaul Tarjan2-0/+11
2026-04-15userdiff: extend Scheme support to cover other Lisp dialectsScott L. Burson8-3/+21
2026-04-15userdiff: tighten word-diff test case of the scheme driverJohannes Sixt3-3/+6
2026-04-10t1800: test SIGPIPE with parallel hooksJeff King1-0/+38
2026-04-10hook: allow hook.jobs=-1 to use all available CPU coresAdrian Ratiu1-0/+49
2026-04-10hook: add hook.<event>.enabled switchAdrian Ratiu1-0/+83
2026-04-10hook: warn when hook.<friendly-name>.jobs is setAdrian Ratiu1-0/+30
2026-04-10hook: add per-event jobs configAdrian Ratiu1-0/+59
2026-04-10hook: add -j/--jobs option to git hook runEmily Shaffer1-7/+128
2026-04-10hook: mark non-parallelizable hooksEmily Shaffer1-0/+16
2026-04-10hook: allow pre-push parallel executionAdrian Ratiu1-0/+32
2026-04-10hook: allow parallel hook executionEmily Shaffer1-0/+142
2026-04-09Merge branch 'ds/rev-list-maximal-only-optim'Junio C Hamano3-0/+105
2026-04-08Merge branch 'jt/index-fd-wo-repo-regression-fix-maint'Junio C Hamano1-0/+8
2026-04-08Merge branch 'tc/replay-ref'Junio C Hamano1-0/+66
2026-04-08Merge branch 'ng/add-files-to-cache-wo-rename'Junio C Hamano1-0/+38
2026-04-08Merge branch 'ss/t7004-unhide-git-failures'Junio C Hamano1-5/+10
2026-04-08t1800: add &&-chains to test helper functionsAdrian Ratiu1-6/+6
2026-04-07object-file: avoid ODB transaction when not writing objectsJustin Tobler1-0/+8
2026-04-07Merge branch 'th/backfill-auto-detect-sparseness-fix'Junio C Hamano1-0/+15
2026-04-07Merge branch 'ps/receive-pack-updateinstead-in-worktree'Junio C Hamano1-0/+15
2026-04-07Merge branch 'jt/fast-import-signed-modes'Junio C Hamano2-1/+127
2026-04-07Merge branch 'mm/line-log-use-standard-diff-output'Junio C Hamano29-42/+534
2026-04-07Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano1-0/+16
2026-04-07Merge branch 'ps/commit-graph-overflow-fix'Junio C Hamano1-0/+20
2026-04-07t5710: use proper file:// URIs for absolute pathsChristian Couder1-28/+51
2026-04-07promisor-remote: try accepted remotes before others in get_direct()Christian Couder1-0/+69
2026-04-06Merge branch 'th/t6101-unhide-git-failures'Junio C Hamano1-1/+2
2026-04-06Merge branch 'za/t2000-modernise'Junio C Hamano1-56/+66
2026-04-06Merge branch 'tc/replay-down-to-root'Junio C Hamano1-3/+7
2026-04-06Merge branch 'tb/stdin-packs-excluded-but-open'Junio C Hamano2-0/+127
2026-04-06Merge branch 'ps/odb-generic-object-name-handling'Junio C Hamano1-9/+9
2026-04-06cache-tree: fix inverted object existence check in cache_tree_fully_validDavid Lin1-0/+8
2026-04-06promisor-remote: fix promisor.quiet to use the correct repositoryTrieu Huynh1-1/+44
2026-04-06rev-list: use reduce_heads() for --maximal-onlyDerrick Stolee1-0/+31
2026-04-06p6011: add perf test for rev-list --maximal-onlyDerrick Stolee1-0/+29
2026-04-06t6600: test --maximal-only and --independentDerrick Stolee1-0/+45
2026-04-06backfill: auto-detect sparse-checkout from configTrieu Huynh1-0/+15
2026-04-03Merge branch 'ps/dash-buggy-0.5.13-workaround'Junio C Hamano7-36/+54
2026-04-03Merge branch 'th/t8003-unhide-git-failures'Junio C Hamano1-44/+31