summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-19/+19
2026-03-04Merge branch 'ps/maintenance-geometric-default'Junio C Hamano1-1/+2
2026-03-04Merge branch 'sp/shallow-deepen-relative-fix'Junio C Hamano1-0/+23
2026-02-24t: disable maintenance where we verify object database structurePatrick Steinhardt1-1/+2
2026-02-17shallow: handling fetch relative-deepenSamo Pogačnik1-0/+23
2026-01-21t5500: simplify test implementation and fix git exit code suppressionShreyansh Paliwal1-6/+11
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-1/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-04upload-pack: fix ambiguous error messageElijah Newren1-0/+7
2024-11-01Merge branch 'ak/more-typofixes'Taylor Blau1-1/+1
2024-10-24t: fix typosAndrew Kreimer1-1/+1
2024-10-16t5500, t5601: skip tests which exercise paths with '[::1]' on CygwinPatrick Steinhardt1-4/+10
2024-09-25fetch-pack: free object filter before exitingJeff King1-0/+1
2024-06-27Merge branch 'jk/fetch-pack-fsck-wo-lock-pack'Junio C Hamano1-0/+10
2024-06-20t5500: fix mistaken $SERVER reference in helper functionJeff King1-1/+1
2024-06-20fetch-pack: fix segfault when fscking without --lock-packJeff King1-0/+10
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-5/+5
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-5/+5
2023-10-30upload-pack: add tracing for fetchesRobert Coup1-11/+27
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon1-1/+3
2022-02-16Merge branch 'en/fetch-negotiation-default-fix'Junio C Hamano1-3/+21
2022-02-02repo-settings: rename the traditional default fetch.negotiationAlgorithmElijah Newren1-1/+1
2022-02-02repo-settings: fix error handling for unknown valuesElijah Newren1-0/+7
2022-02-02repo-settings: fix checking for fetch.negotiationAlgorithm=defaultElijah Newren1-3/+14
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-4/+4
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-3/+3
2020-11-19t550*: adjust the references to the default branch name "main"Johannes Schindelin1-15/+15
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano1-2/+3
2020-06-05fetch: allow adding a filter after initial cloneXin Li1-1/+0
2020-05-27t5500: make hash independentbrian m. carlson1-2/+3
2020-05-14Merge branch 'jt/t5500-unflake'Junio C Hamano1-6/+6
2020-05-06t5500: count objects through stderr, not traceJonathan Tan1-6/+6
2020-05-01Merge branch 'jt/v2-fetch-nego-fix'Junio C Hamano1-0/+48
2020-04-28fetch-pack: in protocol v2, reset in_vain upon ACKJonathan Tan1-0/+30
2020-04-28fetch-pack: in protocol v2, in_vain only after ACKJonathan Tan1-0/+18
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder1-2/+3
2020-01-15fetch test: use more robust test for filtered objectsJonathan Nieder1-5/+13
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano1-0/+38
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King1-0/+38
2019-08-26mingw: support UNC in git clone file://server/share/repoTorsten Bögershausen1-2/+11
2019-08-02t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor1-0/+3
2019-04-25Merge branch 'sg/test-atexit'Junio C Hamano1-3/+0
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor1-3/+0
2019-03-07tests: always test fetch of unreachable with v0Jonathan Tan1-1/+3
2019-01-29Merge branch 'jt/fetch-pack-v2'Junio C Hamano1-7/+15
2019-01-10fetch-pack: support protocol version 2Jonathan Tan1-7/+15
2018-10-07tests: standardize pipe placementMatthew DeVore1-2/+5
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-1/+1
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-1/+1