summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
Commit message (Expand)AuthorAgeFilesLines
* fetch-pack: add tracing for negotiation roundsJosh Steadmon2022-08-151-1/+3
* Merge branch 'en/fetch-negotiation-default-fix'Junio C Hamano2022-02-161-3/+21
|\
| * repo-settings: rename the traditional default fetch.negotiationAlgorithmElijah Newren2022-02-021-1/+1
| * repo-settings: fix error handling for unknown valuesElijah Newren2022-02-021-0/+7
| * repo-settings: fix checking for fetch.negotiationAlgorithm=defaultElijah Newren2022-02-021-3/+14
* | t5000-t5999: detect and signal failure within loopEric Sunshine2021-12-131-4/+4
|/
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-3/+3
* t550*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-15/+15
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-2/+3
|\
| * t5500: make hash independentbrian m. carlson2020-05-271-2/+3
* | fetch: allow adding a filter after initial cloneXin Li2020-06-051-1/+0
* | Merge branch 'jt/t5500-unflake'Junio C Hamano2020-05-141-6/+6
|\ \ | |/ |/|
| * t5500: count objects through stderr, not traceJonathan Tan2020-05-061-6/+6
* | Merge branch 'jt/v2-fetch-nego-fix'Junio C Hamano2020-05-011-0/+48
|\ \ | |/
| * fetch-pack: in protocol v2, reset in_vain upon ACKJonathan Tan2020-04-281-0/+30
| * fetch-pack: in protocol v2, in_vain only after ACKJonathan Tan2020-04-281-0/+18
* | test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder2020-01-151-2/+3
* | fetch test: use more robust test for filtered objectsJonathan Nieder2020-01-151-5/+13
|/
* Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano2019-10-071-0/+38
|\
| * upload-pack: disable commit graph more gently for shallow traversalJeff King2019-09-121-0/+38
* | mingw: support UNC in git clone file://server/share/repoTorsten Bögershausen2019-08-261-2/+11
|/
* t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor2019-08-021-0/+3
* Merge branch 'sg/test-atexit'Junio C Hamano2019-04-251-3/+0
|\
| * tests: use 'test_atexit' to stop httpdSZEDER Gábor2019-03-141-3/+0
* | tests: always test fetch of unreachable with v0Jonathan Tan2019-03-071-1/+3
|/
* Merge branch 'jt/fetch-pack-v2'Junio C Hamano2019-01-291-7/+15
|\
| * fetch-pack: support protocol version 2Jonathan Tan2019-01-101-7/+15
* | tests: standardize pipe placementMatthew DeVore2018-10-071-2/+5
|/
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-1/+1
|\
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-1/+1
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-1/+1
|\ \
| * | builtin/pack-objects.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1
* | | Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano2018-08-021-0/+33
|\ \ \
| * | | fetch-pack: use ref adv. to prune "have" sentJonathan Tan2018-06-151-0/+33
* | | | Merge branch 'es/test-fixes'Junio C Hamano2018-08-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
| | |/ | |/|
* | | Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano2018-07-241-6/+13
|\ \ \ | |/ / |/| |
| * | t5500: prettify non-commit tag testsJeff King2018-07-061-6/+13
* | | Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano2018-06-281-0/+41
|\ \ \ | |/ /
| * | fetch-pack: test explicitly that --all can fetch tag references pointing to n...Kirill Smelkov2018-06-131-0/+31
| * | fetch-pack: don't try to fetch peel values with --allJeff King2018-06-111-0/+10
* | | Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano2018-06-251-0/+11
|\ \ \ | |_|/ |/| |
| * | upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy2018-06-041-0/+11
* | | t: make many tests depend less on the refs being filesDavid Turner2018-05-231-5/+5
* | | t5500-fetch-pack: don't check the stderr of a subshellSZEDER Gábor2018-02-281-6/+6
* | | fetch: support filtersJeff Hostetler2017-12-081-0/+36
* | | fetch-pack: test support excluding large blobsJonathan Tan2017-12-081-0/+27
|/ /
* | fetch-pack: always allow fetching of literal SHA1sjt/fetch-allow-tip-sha1-implicitlyJonathan Tan2017-05-161-0/+35
* | fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-021-3/+3
|/