summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
AgeCommit message (Expand)Author
2020-07-07Merge 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-06tests: 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
2018-08-02Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano
2018-08-02Merge branch 'es/test-fixes'Junio C Hamano
2018-07-24Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano
2018-07-23builtin/pack-objects.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-07-06t5500: prettify non-commit tag testsJeff King
2018-06-28Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano
2018-06-25Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano
2018-06-15fetch-pack: use ref adv. to prune "have" sentJonathan Tan
2018-06-13fetch-pack: test explicitly that --all can fetch tag references pointing to n...Kirill Smelkov
2018-06-11fetch-pack: don't try to fetch peel values with --allJeff King
2018-06-04upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy
2018-05-23t: make many tests depend less on the refs being filesDavid Turner
2018-02-28t5500-fetch-pack: don't check the stderr of a subshellSZEDER Gábor
2017-12-08fetch: support filtersJeff Hostetler
2017-12-08fetch-pack: test support excluding large blobsJonathan Tan
2017-05-16fetch-pack: always allow fetching of literal SHA1sJonathan Tan
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy
2016-06-13t5500, t5539: tests for shallow depth excluding a refNguyễn Thái Ngọc Duy
2016-06-13t5500, t5539: tests for shallow depth since a specific dateNguyễn Thái Ngọc Duy
2016-06-10Merge branch 'jk/shell-portability'Junio C Hamano
2016-06-01t5500 & t7403: lose bash-ism "local"Junio C Hamano
2016-04-08Merge branch 'jc/merge-refuse-new-root'Junio C Hamano
2016-03-23merge: refuse to create too cool a merge by defaultJunio C Hamano
2016-03-01fetch-pack: fix object_id of exact sha1Gabriel Souza Franco