summary refs log tree commit diff
path: root/t/t5500-fetch-pack.sh
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-1/+1
2018-08-02Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano1-0/+33
2018-08-02Merge branch 'es/test-fixes'Junio C Hamano1-1/+1
2018-07-24Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano1-6/+13
2018-07-23builtin/pack-objects.c: mark more strings for translationNguyễn Thái Ngọc Duy1-1/+1
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine1-1/+1
2018-07-06t5500: prettify non-commit tag testsJeff King1-6/+13
2018-06-28Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano1-0/+41
2018-06-25Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano1-0/+11
2018-06-15fetch-pack: use ref adv. to prune "have" sentJonathan Tan1-0/+33
2018-06-13fetch-pack: test explicitly that --all can fetch tag references pointing to n...Kirill Smelkov1-0/+31
2018-06-11fetch-pack: don't try to fetch peel values with --allJeff King1-0/+10
2018-06-04upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy1-0/+11
2018-05-23t: make many tests depend less on the refs being filesDavid Turner1-5/+5
2018-02-28t5500-fetch-pack: don't check the stderr of a subshellSZEDER Gábor1-6/+6
2017-12-08fetch: support filtersJeff Hostetler1-0/+36
2017-12-08fetch-pack: test support excluding large blobsJonathan Tan1-0/+27
2017-05-16fetch-pack: always allow fetching of literal SHA1sJonathan Tan1-0/+35
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen1-3/+3
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano1-0/+68