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