summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2025-08-22Merge branch 'jc/diff-no-index-in-subdir'Junio C Hamano-0/+17
2025-08-22Merge branch 'ms/refs-list'Junio C Hamano-2139/+2152
2025-08-21Merge branch 'ly/changed-path-traversal-with-magic-pathspec'Junio C Hamano-4/+27
2025-08-21Merge branch 'en/ort-rename-fixes'Junio C Hamano-15/+504
2025-08-21Merge branch 'ua/t1517-short-help-tests'Junio C Hamano-13/+37
2025-08-21Merge branch 'rj/t6137-cygwin-fix'Junio C Hamano-6/+6
2025-08-21Merge branch 'dl/push-missing-object-error'Junio C Hamano-50/+4
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano-14/+94
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano-1/+75
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano-7/+142
2025-08-21Merge branch 'js/rebase-i-allow-drop-on-a-merge'Junio C Hamano-0/+1
2025-08-20Merge branch 'lo/repo-info' into lo/repo-info-step-2Junio C Hamano-0/+96
2025-08-20line-log: show all line ranges touched by the same diff rangeSZEDER Gábor-0/+24
2025-08-20line-log: fix assertion errorSZEDER Gábor-0/+182
2025-08-20describe: handle blob traversal with no commitsJeff King-0/+16
2025-08-19refs: do not clobber dangling symrefsJeff King-0/+30
2025-08-19t5510: prefer "git -C" to subshell for followRemoteHEAD testsJeff King-119/+83
2025-08-19t5510: stop changing top-level working directoryJeff King-195/+161
2025-08-19t5510: make confusing config cleanup more explicitJeff King-9/+9
2025-08-19t/t1517: mark tests that fail with GIT_TEST_INSTALLEDAdam Dinwoodie-1/+4
2025-08-18describe: catch unborn branch in describe_blob()Jeff King-0/+8
2025-08-18describe: error if blob not foundJeff King-0/+6
2025-08-17repo: add the --format flagLucas Seiki Oshiro-3/+15
2025-08-17repo: add the field layout.shallowLucas Seiki Oshiro-0/+13
2025-08-17repo: add the field layout.bareLucas Seiki Oshiro-0/+17
2025-08-17repo: add the field references.formatLucas Seiki Oshiro-0/+54
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt-1/+1
2025-08-13t7005: sanitize test environment for subsequent testsD. Ben Knoble-44/+39
2025-08-13t7005: stop abusing --exec-pathD. Ben Knoble-2/+2
2025-08-13t7005: use modern test styleD. Ben Knoble-46/+22
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt-25/+25
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt-1/+1
2025-08-11midx: load multi-pack indices via their sourcePatrick Steinhardt-14/+19
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt-2/+2
2025-08-11builtin/fmt-merge-msg: stop depending on 'the_repository'Ayush Chandekar-0/+7
2025-08-11bloom: enable bloom filter with wildcard pathspec in revision traversalLidong Yan-4/+27
2025-08-09diff: --no-index should ignore the worktreeJunio C Hamano-0/+17
2025-08-08t6137-*.sh: fix test failure on cygwinRamsay Jones-6/+6
2025-08-08builtin: also setup gently for --help-allD. Ben Knoble-0/+4
2025-08-08t0450: fix test for out-of-tree buildsToon Claes-1/+1
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu-0/+5
2025-08-08t5516: remove surrounding empty lines in test bodiesDenton Liu-51/+0
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan-6/+15
2025-08-08t5304: move `prune -h` test from t1517Usman Akinyemi-7/+5
2025-08-08t5200: move `update-server-info -h` test from t1517Usman Akinyemi-5/+5
2025-08-08t/t1517: automate `git subcmd -h` tests outside a repositoryUsman Akinyemi-2/+28
2025-08-07diff: teach tree-diff a max-depth parameterJeff King-0/+117
2025-08-07within_depth: fix return for empty pathToon Claes-0/+48
2025-08-07merge-ort: fix directory rename on top of source of other rename/deleteElijah Newren-15/+342
2025-08-07merge-ort: fix incorrect file handlingElijah Newren-3/+66