summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Merge branch 'sb/userdiff-lisp-family'Junio C Hamano8-4/+25
2026-05-11Merge branch 'ar/parallel-hooks'Junio C Hamano1-7/+577
2026-05-11Merge branch 'cc/promisor-auto-config-url'Junio C Hamano1-23/+115
2026-05-11Merge branch 'dl/cache-tree-fully-valid-fix'Junio C Hamano1-0/+8
2026-05-11rebase: ignore non-branch update-refsAbhinav Gupta1-0/+18
2026-05-11submodule-config: fix reading submodule.fetchJobsSaagar Jha1-0/+8
2026-05-09t5608: mark >4GB tests as EXPENSIVEJohannes Schindelin1-3/+3
2026-05-09test-tool synthesize: add precomputed SHA-256 pack for 4 GiB + 1Johannes Schindelin1-0/+91
2026-05-09test-tool synthesize: precompute pack for 4 GiB + 1Johannes Schindelin1-1/+201
2026-05-09test-tool synthesize: use the unsafe hash for speedJohannes Schindelin1-1/+1
2026-05-09t5608: add regression test for >4GB object cloneJohannes Schindelin1-0/+37
2026-05-09test-tool: add a helper to synthesize large packfilesJohannes Schindelin4-0/+253
2026-05-09t5551: "GIT_TEST_LONG=Yes make test" is brokenJunio C Hamano1-0/+1
2026-05-08maintenance(geometric): do release the `.idx` files before repackingJohannes Schindelin1-1/+21
2026-05-06t9904: add tests for the new url-parse builtinMatheus Afonso Martins Moreira2-0/+320
2026-05-06urlmatch: define url_parse functionMatheus Afonso Martins Moreira1-0/+45
2026-05-06http: reject unsupported proxy URL schemesAliwoto1-0/+6
2026-05-05Merge branch 'en/backfill-fixes-and-edges' into ds/path-walk-filtersJunio C Hamano1-6/+104
2026-05-05refs: move object parsing to the generic layerKarthik Nayak1-0/+14
2026-05-04push: support pushing to a remote groupUsman Akinyemi2-0/+161
2026-04-29checkout -m: autostash when switching branchesHarald Nordgren3-8/+82
2026-04-29stash: add --label-ours, --label-theirs, --label-base for applyHarald Nordgren1-0/+24
2026-04-29t5564: use a short path for the SOCKS proxy socketJohannes Schindelin1-2/+9
2026-04-29t2000: consolidate second scenario into a single test blockZakariyah Ali1-57/+8
2026-04-28commit: sign commit after mutating bufferbrian m. carlson1-0/+10
2026-04-27builtin/history: introduce "fixup" subcommandPatrick Steinhardt2-0/+681
2026-04-27safe.bareRepository: default to "explicit" with WITH_BREAKING_CHANGESJohannes Schindelin1-2/+8
2026-04-27status tests: filter `.gitconfig` from status outputJohannes Schindelin5-2/+34
2026-04-27ls-files tests: filter `.gitconfig` from `--others` outputJohannes Schindelin7-2/+21
2026-04-27t5601: restore `.gitconfig` after includeIf testJohannes Schindelin1-1/+3
2026-04-27t1305: use `--git-dir=.` for bare repo in include cycle testJohannes Schindelin1-2/+2
2026-04-27t1300: remove global config settings injected by test-lib.shJohannes Schindelin1-0/+7
2026-04-27t7900: do not let `$HOME/.gitconfig` interfere with XDG testsJohannes Schindelin1-2/+10
2026-04-27test-lib: allow bare repository access when breaking changes are enabledJohannes Schindelin1-0/+13
2026-04-25grep: fix --column --only-match for 2nd and later matchesRené Scharfe1-3/+3
2026-04-25alias: restore support for simple dotted aliasesJonatan Holmgren1-0/+12
2026-04-22t6112: avoid tilde expansionSZEDER Gábor1-3/+3
2026-04-22merge-ort: handle cached rename & trivial resolution interaction betterElijah Newren1-0/+60
2026-04-22t: detect errors outside of test casesPatrick Steinhardt1-0/+25
2026-04-22t9902: fix use of `read` with `set -e`Patrick Steinhardt1-4/+2
2026-04-22t6002: fix use of `expr` with `set -e`Patrick Steinhardt1-6/+9
2026-04-22t1301: don't fail in case setfacl(1) doesn't exist or failsPatrick Steinhardt1-1/+1
2026-04-22t0008: silence error in subshell when using `grep -v`Patrick Steinhardt1-2/+2
2026-04-22t: prepare `test_when_finished ()`/`test_atexit()` for `set -e`Patrick Steinhardt1-2/+2
2026-04-22t: prepare execution of potentially failing commands for `set -e`Patrick Steinhardt11-24/+24
2026-04-22t: prepare conditional test execution for `set -e`Patrick Steinhardt2-16/+20
2026-04-22t: prepare `git config --unset` calls for `set -e`Patrick Steinhardt3-5/+5
2026-04-22t: prepare `stop_git_daemon ()` for `set -e`Patrick Steinhardt1-3/+5
2026-04-22t: prepare `test_must_fail ()` for `set -e`Patrick Steinhardt1-2/+3
2026-04-22t: prepare `test_match_signal ()` calls for `set -e`Patrick Steinhardt2-3/+3