summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2025-08-07Merge branch 'dl/squelch-maybe-uninitialized'Junio C Hamano1-1/+1
2025-08-05Merge branch 'kj/renamed-submodule'Junio C Hamano2-0/+38
2025-08-05t/unit-tests/clar: fix -Wmaybe-uninitialized with -OgDenton Liu1-1/+1
2025-08-04Merge branch 'jc/test-hashmap-is-still-here'Junio C Hamano1-0/+5
2025-08-04Merge branch 'ch/t7450-recursive-clone-test-fix'Junio C Hamano1-1/+1
2025-08-04Merge branch 'ps/meson-clar-decls-fix'Junio C Hamano2-1/+9
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano3-45/+118
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano6-15/+17
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano1-0/+19
2025-08-04Merge branch 'jb/t7510-gpg-program-path'Junio C Hamano1-1/+11
2025-08-04Merge branch 'cc/t9350-cleanup'Junio C Hamano1-124/+91
2025-08-03Merge branch 'hl/test-helper-fd-close'Junio C Hamano2-53/+27
2025-08-03Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'Junio C Hamano1-0/+10
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano1-0/+194
2025-08-01Merge branch 'sk/reftable-clarify-tests'Junio C Hamano13-1320/+1108
2025-08-01Merge branch 'ly/pull-autostash'Junio C Hamano1-0/+60
2025-08-01Merge branch 'jk/unleak-reflog-expire-entry'Junio C Hamano1-0/+28
2025-07-31t7450: inspect the correct path a broken code would write tochenjianhu1-1/+1
2025-07-30test-hashmap: document why it is no longer used but still thereJunio C Hamano1-0/+5
2025-07-29add-patch: add diff.context command line overridesLeon Michalak2-0/+51
2025-07-29add-patch: respect diff.context configurationLeon Michalak1-0/+22
2025-07-29t: use test_config in t4055Leon Michalak1-7/+7
2025-07-29t: use test_grep in t3701 and t4055Leon Michalak2-38/+38
2025-07-29meson: ensure correct "clar-decls.h" header is usedPatrick Steinhardt2-1/+9
2025-07-29t7510: use $PWD instead of $(pwd) inside PATHJeff King1-1/+1
2025-07-28t6302: add test combining '--start-after' with '--exclude'Karthik Nayak1-0/+19
2025-07-28Merge branch 'ac/auto-comment-char-fix'Junio C Hamano1-0/+13
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano3-0/+95
2025-07-28t9350: redirect input to only fast-importChristian Couder1-124/+91
2025-07-24Merge branch 'kl/test-installed-fix'Junio C Hamano1-2/+3
2025-07-24fixup! submodule: prevent overwriting .gitmodules on path reuseJunio C Hamano1-1/+2
2025-07-24submodule: skip redundant active entries when pattern covers pathK Jayatheerth1-0/+15
2025-07-24submodule: prevent overwriting .gitmodules on path reuseK Jayatheerth1-0/+22
2025-07-24t/unit-tests: finalize migration of reftable-related testsSeyi Kuforiji14-175/+36
2025-07-24t/unit-tests: convert reftable stack test to use clarSeyi Kuforiji2-453/+331
2025-07-24t/unit-tests: convert reftable record test to use clarSeyi Kuforiji2-121/+131
2025-07-24t/unit-tests: convert reftable readwrite test to use clarSeyi Kuforiji2-229/+178
2025-07-24t/unit-tests: convert reftable table test to use clarSeyi Kuforiji2-43/+37
2025-07-24t/unit-tests: convert reftable pq test to use clarSeyi Kuforiji2-33/+29
2025-07-24t/unit-tests: convert reftable merged test to use clarSeyi Kuforiji2-93/+71
2025-07-24t/unit-tests: convert reftable block test to use clarSeyi Kuforiji2-87/+79
2025-07-24t/unit-tests: convert reftable basics test to use clar test frameworkSeyi Kuforiji3-220/+228
2025-07-24t/unit-tests: implement clar specific reftable test helper functionsSeyi Kuforiji3-1/+123
2025-07-24test-delta: close output descriptor after useJeff King1-0/+2
2025-07-24test-delta: use strbufs to hold input filesJeff King1-26/+14
2025-07-24test-delta: handle errors with die()Jeff King1-37/+18
2025-07-23Merge branch 'cc/fast-import-export-signature-names'Junio C Hamano1-2/+100
2025-07-23Merge branch 'ly/changed-paths-traversal'Junio C Hamano2-13/+18
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt2-0/+2
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1