summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
AgeCommit message (Expand)Author
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
2015-12-28t/t5500-fetch-pack.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-04-20Merge branch 'tb/connect-ipv6-parse-fix'Junio C Hamano
2015-04-09connect.c: ignore extra colon after hostnameTorsten Bögershausen
2015-03-20t: fix trivial &&-chain breakageJeff King
2015-02-22t5500: show user name and host in diag-urlTorsten Bögershausen
2013-12-09connect.c: refactor url parsingTorsten Bögershausen
2013-12-09git_connect(): refactor the port handling for sshTorsten Bögershausen
2013-12-09git fetch: support host:/~repoTorsten Bögershausen
2013-12-09t5500: add test cases for diag-urlTorsten Bögershausen
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano
2013-08-28Add testcase for needless objects during a shallow fetchMatthijs Kooijman
2013-08-26fetch-pack: do not remove .git/shallow file when --depth is not specifiedNguyễn Thái Ngọc Duy
2013-06-28Merge branch 'nd/clone-connectivity-shortcut' (early part) into maintJunio C Hamano
2013-06-06Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano