summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
AgeCommit message (Expand)Author
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
2013-05-28fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy
2013-05-02t5500: add test for fetching with an unknown 'shallow'Michael Heemskerk
2013-03-25Merge branch 'jk/peel-ref'Junio C Hamano
2013-03-17upload-pack: make sure "want" objects are parsedJeff King
2013-01-11upload-pack: fix off-by-one depth calculation in shallow cloneNguyễn Thái Ngọc Duy
2013-01-11fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy
2012-09-12fetch-pack: eliminate spurious error messagesMichael Haggerty
2012-09-12fetch-pack: report missing refs even if no existing refs were receivedMichael Haggerty
2012-09-12fetch_pack(): update sought->nr to reflect number of unique entriesMichael Haggerty
2012-09-12t5500: add tests of fetch-pack --all --depth=N $URL $REFMichael Haggerty
2012-09-12t5500: add tests of error output for missing refsMichael Haggerty
2012-06-22clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy
2012-05-02Merge branch 'it/fetch-pack-many-refs' into maintJunio C Hamano
2012-04-10fetch-pack: test cases for the new --stdin optionIvan Todoroski
2012-01-17clone: allow --branch to take a tagNguyễn Thái Ngọc Duy
2012-01-17clone: refuse to clone if --branch points to bogus refNguyễn Thái Ngọc Duy
2012-01-08clone: add --single-branch to fetch only one branchNguyễn Thái Ngọc Duy
2011-12-13t5500: give fully-qualified refs to fetch-packJeff King
2010-11-09tests: add missing &&Jonathan Nieder
2009-08-29Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano
2009-08-24fix simple deepening of a repoNicolas Pitre