summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2026-05-17Merge branch 'rs/grep-column-only-match-fix'Junio C Hamano-3/+3
2026-05-17Merge branch 'hn/git-checkout-m-with-stash'Junio C Hamano-8/+106
2026-05-17Merge branch 'en/ort-cached-rename-with-trivial-resolution'Junio C Hamano-0/+60
2026-05-17Merge branch 'ss/t7004-unhide-git-failures'Junio C Hamano-21/+23
2026-05-17Merge branch 'en/backfill-fixes-and-edges'Junio C Hamano-6/+104
2026-05-12Merge branch 'js/maintenance-fix-deadlock-on-win10'Junio C Hamano-1/+21
2026-05-12Merge branch 'jc/t5551-fix-expensive'Junio C Hamano-0/+1
2026-05-12Merge branch 'js/t5564-socks-use-short-path'Junio C Hamano-2/+9
2026-05-11Merge branch 'jc/neuter-sideband-fixup'Junio C Hamano-0/+92
2026-05-11Merge branch 'ps/test-set-e-clean'Junio C Hamano-69/+102
2026-05-11Merge branch 'sb/userdiff-lisp-family'Junio C Hamano-4/+25
2026-05-11Merge branch 'ar/parallel-hooks'Junio C Hamano-7/+577
2026-05-11Merge branch 'cc/promisor-auto-config-url'Junio C Hamano-23/+115
2026-05-11Merge branch 'dl/cache-tree-fully-valid-fix'Junio C Hamano-0/+8
2026-05-09t5551: "GIT_TEST_LONG=Yes make test" is brokenJunio C Hamano-0/+1
2026-05-08maintenance(geometric): do release the `.idx` files before repackingJohannes Schindelin-1/+21
2026-04-29checkout -m: autostash when switching branchesHarald Nordgren-8/+82
2026-04-29stash: add --label-ours, --label-theirs, --label-base for applyHarald Nordgren-0/+24
2026-04-29t5564: use a short path for the SOCKS proxy socketJohannes Schindelin-2/+9
2026-04-25grep: fix --column --only-match for 2nd and later matchesRené Scharfe-3/+3
2026-04-22merge-ort: handle cached rename & trivial resolution interaction betterElijah Newren-0/+60
2026-04-22t: detect errors outside of test casesPatrick Steinhardt-0/+25
2026-04-22t9902: fix use of `read` with `set -e`Patrick Steinhardt-4/+2
2026-04-22t6002: fix use of `expr` with `set -e`Patrick Steinhardt-7/+10
2026-04-22t1301: don't fail in case setfacl(1) doesn't exist or failsPatrick Steinhardt-1/+1
2026-04-22t0008: silence error in subshell when using `grep -v`Patrick Steinhardt-2/+2
2026-04-22t: prepare `test_when_finished ()`/`test_atexit()` for `set -e`Patrick Steinhardt-2/+2
2026-04-22t: prepare execution of potentially failing commands for `set -e`Patrick Steinhardt-24/+24
2026-04-22t: prepare conditional test execution for `set -e`Patrick Steinhardt-16/+20
2026-04-22t: prepare `git config --unset` calls for `set -e`Patrick Steinhardt-5/+5
2026-04-22t: prepare `stop_git_daemon ()` for `set -e`Patrick Steinhardt-3/+5
2026-04-22t: prepare `test_must_fail ()` for `set -e`Patrick Steinhardt-2/+3
2026-04-22t: prepare `test_match_signal ()` calls for `set -e`Patrick Steinhardt-3/+3
2026-04-21t7004: avoid subshells to capture git exit codesSiddharth Shrimali-8/+18
2026-04-21t7004: dynamically grab expected state in testsSiddharth Shrimali-9/+2
2026-04-21t7004: drop hardcoded tag count for state verificationSiddharth Shrimali-4/+3
2026-04-16Merge branch 'jk/midx-write-v1-by-default'Junio C Hamano-1/+1
2026-04-16MIDX: revert the default version to v1Jeff King-1/+1
2026-04-15backfill: default to grabbing edge blobs tooElijah Newren-6/+104
2026-04-15userdiff: extend Scheme support to cover other Lisp dialectsScott L. Burson-3/+21
2026-04-15userdiff: tighten word-diff test case of the scheme driverJohannes Sixt-3/+6
2026-04-10t1800: test SIGPIPE with parallel hooksJeff King-0/+38
2026-04-10hook: allow hook.jobs=-1 to use all available CPU coresAdrian Ratiu-0/+49
2026-04-10hook: add hook.<event>.enabled switchAdrian Ratiu-0/+83
2026-04-10hook: warn when hook.<friendly-name>.jobs is setAdrian Ratiu-0/+30
2026-04-10hook: add per-event jobs configAdrian Ratiu-0/+59
2026-04-10hook: add -j/--jobs option to git hook runEmily Shaffer-7/+128
2026-04-10hook: mark non-parallelizable hooksEmily Shaffer-0/+16
2026-04-10hook: allow pre-push parallel executionAdrian Ratiu-0/+32
2026-04-10hook: allow parallel hook executionEmily Shaffer-0/+142