summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Merge branch 'aa/t7300-modernize'Taylor Blau1-185/+185
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt5-44/+44
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt4-21/+21
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt9-179/+180
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt3-31/+38
2024-10-17t: fix typosAndrew Kreimer9-14/+14
2024-10-17builtin/shortlog: explicitly set hash algo when there is no repoWolfgang Müller1-0/+4
2024-10-16t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt1-1/+1
2024-10-16t5500, t5601: skip tests which exercise paths with '[::1]' on CygwinPatrick Steinhardt2-6/+19
2024-10-16t3404: work around platform-specific behaviour on macOS 10.15Patrick Steinhardt1-14/+12
2024-10-16t1401: make invocation of tar(1) work with Win32-provided onePatrick Steinhardt1-1/+1
2024-10-16t/lib-gpg: fix setup of GNUPGHOME in MinGWPatrick Steinhardt1-1/+1
2024-10-16t/lib-gitweb: test against the build version of gitwebPatrick Steinhardt1-2/+2
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt20-104/+220
2024-10-16t/test-lib: fix quoting of TEST_RESULTS_SAN_FILEPatrick Steinhardt1-1/+1
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau1-0/+133
2024-10-14t3404: replace test with test_line_count()Usman Akinyemi1-14/+14
2024-10-14t3404: avoid losing exit status with focus on `git show` and `git cat-file`Usman Akinyemi1-23/+48
2024-10-11t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMATBence Ferdinandy1-2/+3
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano27-0/+36
2024-10-10Merge branch 'ds/line-log-asan-fix'Junio C Hamano1-0/+28
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano8-53/+97
2024-10-10Merge branch 'ja/doc-synopsis-markup'Junio C Hamano1-7/+4
2024-10-10t: fix typosAndrew Kreimer4-4/+4
2024-10-10t/helper: fix a typoAndrew Kreimer1-1/+1
2024-10-10t/perf: fix typosAndrew Kreimer2-3/+3
2024-10-10t/unit-tests: fix typosAndrew Kreimer2-2/+2
2024-10-10builtin/gc: fix crash when running `git maintenance start`Patrick Steinhardt1-0/+16
2024-10-09t7300-clean.sh: use test_path_* helper functions for error loggingAbraham Samuel Adekunle1-185/+185
2024-10-09t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt1-1/+1
2024-10-09rebase-merges: try and use branch names as labelsNicolas Guichard2-8/+8
2024-10-09submodule: correct remote name with fetchDaniel Black1-0/+20
2024-10-08worktree: add test for path handling in linked worktreesCaleb White1-0/+19
2024-10-08worktree: link worktrees with relative pathsCaleb White1-0/+39
2024-10-08Merge branch 'es/worktree-repair-copied' into cw/worktrees-relativeJunio C Hamano1-0/+19
2024-10-08fetch: respect --server-option when fetching multiple remotesXing Xin1-0/+10
2024-10-08transport.c::handshake: make use of server options from remoteXing Xin1-0/+123
2024-10-07unpack-trees: detect mismatching number of cache-tree/index entriesPatrick Steinhardt1-2/+5
2024-10-07cache-tree: detect mismatching number of index entriesPatrick Steinhardt1-6/+6
2024-10-04Merge branch 'kn/osx-fsmonitor-with-submodules-fix'Junio C Hamano1-0/+51
2024-10-04Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-5/+12
2024-10-04Merge branch 'jk/test-lsan-improvements'Junio C Hamano2-36/+8
2024-10-04t0610: work around flaky test with concurrent writersPatrick Steinhardt1-5/+12
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru1-0/+51
2024-10-03line-log: protect inner strbuf from freeDerrick Stolee1-0/+28
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt1-1/+1
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt1-2/+2
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt3-11/+24
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt1-4/+6
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt1-8/+12