summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2026-01-13midx-write.c: assume checksum-invalid MIDXs require an updateTaylor Blau1-1/+1
2026-01-13t/t5319-multi-pack-index.sh: drop early 'test_done'Taylor Blau1-3/+1
2026-01-12t5403: use test_cmp for post-checkout argument checksDeveshi Dwivedi1-4/+4
2026-01-12t5403: introduce check_post_checkout helper functionDeveshi Dwivedi1-21/+28
2026-01-12submodule: detect conflicts with existing gitdir configsAdrian Ratiu1-0/+28
2026-01-12submodule: hash the submodule name for the gitdir pathAdrian Ratiu1-0/+59
2026-01-12submodule: fix case-folding gitdir filesystem collisionsAdrian Ratiu1-0/+35
2026-01-12submodule--helper: fix filesystem collisions by encoding gitdir pathsAdrian Ratiu1-0/+57
2026-01-12submodule--helper: add gitdir migration commandAdrian Ratiu1-0/+67
2026-01-12submodule: allow runtime enabling extensions.submodulePathConfigAdrian Ratiu1-0/+122
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu4-0/+186
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt2-6/+6
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt1-3/+3
2026-01-12refs/reftable: introduce generic checks for refsPatrick Steinhardt1-0/+12
2026-01-12refs/reftable: fix consistency checks with worktreesPatrick Steinhardt1-0/+32
2026-01-12refs/files: perform consistency checks for root refsPatrick Steinhardt1-0/+30
2026-01-12packfile: always declare object info to be OI_PACKEDPatrick Steinhardt1-0/+34
2026-01-12Merge branch 'ps/t1300-2021-use-test-path-is-helpers'Junio C Hamano2-6/+6
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano1-20/+14
2026-01-12Merge branch 'sb/bundle-uri-without-uri'Junio C Hamano1-0/+26
2026-01-12Merge branch 'ja/doc-synopsis-style-more'Junio C Hamano1-1/+1
2026-01-11t1410: use test helpers in reflog rewind testPushkar Singh1-4/+4
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe2-3/+3
2026-01-09t7101: modernize test path checksK Jayatheerth1-9/+9
2026-01-09add -p: show user's hunk decision when selecting hunksAbraham Samuel Adekunle1-9/+9
2026-01-08Merge branch 'en/ort-recursive-d-f-conflict-fix'Junio C Hamano1-0/+86
2026-01-08Merge branch 'dd/t5403-modernise'Junio C Hamano1-1/+1
2026-01-08Merge branch 'ds/diff-lazy-fetch-with-name-only-fix'Junio C Hamano1-0/+35
2026-01-08t5550: add netrc tests for http 401/403Ashlesh Gawande4-2/+41
2026-01-08Merge branch 'kh/replay-invalid-onto-advance' into ps/historyJunio C Hamano1-0/+54
2026-01-07t1420: modernize the lost-found testAndrew Chitester1-3/+6
2026-01-07builtin/gc: fix condition for whether to write commit graphsPatrick Steinhardt1-0/+25
2026-01-07cat-file: only use bitmaps when filteringJeff King1-0/+14
2026-01-07t/perf/run: preserve GIT_PERF_* from environmentJeff King1-0/+10
2026-01-07t/perf/perf-lib: fix assignment of TEST_OUTPUT_DIRECTORYJeff King1-1/+2
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano2-2/+103
2026-01-06Merge branch 'rs/show-branch-prio-queue'Junio C Hamano1-2/+6
2026-01-06t3650: add more regression tests for failure conditionsKristoffer Haugsbakk1-0/+40
2026-01-06replay: die descriptively when invalid commit-ish is givenKristoffer Haugsbakk1-0/+7
2026-01-06replay: find *onto only after testing for ref nameKristoffer Haugsbakk1-0/+7
2026-01-05t1300: use test helpers instead of `test` commandPushkar Singh2-6/+6
2026-01-04t7800: fix racy "difftool --dir-diff syncs worktree" testPaul Tarjan1-3/+3
2026-01-01t7527: fix flaky fsmonitor event tests with retry logicPaul Tarjan1-38/+41
2025-12-30Merge branch 'jk/test-curl-updates'Junio C Hamano2-8/+11
2025-12-30Merge branch 'js/test-func-comment-fix'Junio C Hamano1-1/+1
2025-12-30Merge branch 'ps/repack-avoid-noop-midx-rewrite'Junio C Hamano2-0/+99
2025-12-30Merge branch 'js/test-symlink-windows'Junio C Hamano8-20/+45
2025-12-30Merge branch 'jt/repo-struct-more-objinfo'Junio C Hamano2-36/+89
2025-12-30diff: avoid segfault with freed entriesDerrick Stolee1-0/+35
2025-12-30t5403: use test_path_is_file instead of test -fDeveshi Dwivedi1-1/+1