aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5702-protocol-v2.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano1-9/+12
2025-04-07t/lib-httpd: refactor "one-time-perl" CGI script to not depend on PerlPatrick Steinhardt1-12/+15
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-3/+3
2025-03-10fetch: avoid ls-refs only to ask for HEAD symref updateJeff King1-0/+13
2025-03-10fetch: stop protecting additions to ref-prefix listJeff King1-0/+14
2025-03-10fetch: ask server to advertise HEAD for config-less fetchJeff King1-0/+15
2025-03-10t5702: fix typo in test nameJeff King1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-04upload-pack: fix leaking URI protocolsPatrick Steinhardt1-0/+1
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-02-29upload-pack: only accept packfile-uris if we advertised itJeff King1-0/+19
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano1-6/+18
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt1-6/+18
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-17/+17
2023-04-05clone: propagate object-format when cloning from voidJunio C Hamano1-0/+11
2023-03-28Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano1-0/+27
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King1-0/+27
2023-01-18t: use hash-object --literally when created malformed objectsJeff King1-1/+1
2022-09-21t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh1-1/+1
2022-07-07clone: use remote branch if it matches default HEADJeff King1-0/+21
2022-07-07clone: propagate empty remote HEAD even with other branchesJeff King1-0/+38
2022-02-11Merge branch 'rc/negotiate-only-typofix'Junio C Hamano1-1/+1
2022-02-09Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano1-0/+12
2022-01-28fetch: fix negotiate-only error messageRobert Coup1-1/+1
2022-01-20fetch: help translators by reusing the same message templateJunio C Hamano1-1/+1
2022-01-18fetch --negotiate-only: do not update submodulesGlen Choo1-0/+12
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-2/+2
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-2/+2
2021-11-11fetch-pack: redact packfile urls in tracesIvan Frade1-0/+51
2021-10-03Merge branch 'jk/clone-unborn-head-in-bare'Junio C Hamano1-0/+13
2021-09-20clone: handle unborn branch in bare reposJeff King1-0/+13
2021-09-08Merge branch 'ab/ls-remote-packet-trace'Junio C Hamano1-3/+3
2021-08-24ls-remote: set packet_trace_identity(<name>)Ævar Arnfjörð Bjarmason1-3/+3
2021-07-08fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason1-0/+16
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan1-0/+89
2021-03-08Merge branch 'jt/transfer-fsck-across-packs-fix'Junio C Hamano1-0/+21
2021-03-05fetch-pack: do not mix --pack_header and packfile uriJonathan Tan1-0/+21
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano1-10/+56
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan1-4/+54
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano1-0/+25
2021-02-05clone: respect remote unborn HEADJonathan Tan1-0/+25
2021-01-25t: prepare for GIT_TEST_WRITE_REV_INDEXTaylor Blau1-4/+8
2020-11-19t5[6-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-26/+26
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-08-24fetch-pack: make packfile URIs work with transfer.fsckobjectsJonathan Tan1-0/+53
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-07-30builtin/verify-pack: implement an --object-format optionbrian m. carlson1-1/+1
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano1-0/+2
2020-06-29Merge branch 'xl/upgrade-repo-format'Junio C Hamano1-1/+0