summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
AgeCommit message (Expand)Author
2021-07-13Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano
2021-06-02t5601: read HEAD using rev-parseHan-Wen Nienhuys
2021-05-05t5601: mark protocol v2-only testJonathan Tan
2021-04-01builtin/clone.c: add --reject-shallow optionLi Linchao
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2020-11-19t5[6-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-10-05Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano
2020-09-28fetch: do not override partial clone filterJonathan Tan
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan
2020-07-10git clone: don't clone into non-empty directoryBen Wijen
2020-01-15t5601: switch into repository to hash objectbrian m. carlson
2019-09-30Merge branch 'dl/use-sq-from-test-lib'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-06t: use common $SQ variableDenton Liu
2019-08-02t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-05-29clone: respect user supplied origin name when setting up partial cloneXin Li
2019-05-08Merge branch 'tb/unexpected'Junio C Hamano
2019-04-25Merge branch 'sg/test-atexit'Junio C Hamano
2019-04-05t: move 'hex2oct' into test-lib-functions.shTaylor Blau
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2019-03-07t5601: check ssh command only with protocol v0Jonathan Tan
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
2018-11-26Merge branch 'tb/clone-case-smashing-warning-test'Junio C Hamano
2018-11-24t5601-99: Enable colliding file detection for MINGWTorsten Bögershausen
2018-11-21Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-11-21clone: fix colliding file detection on APFSNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano
2018-01-22Merge branch 'bc/hash-algo' into maintJunio C Hamano
2018-01-22t5601-clone: test case-conflicting files on case-insensitive filesystemEric Sunshine
2017-12-08unpack-trees: batch fetching of missing blobsJonathan Tan
2017-12-08clone: partial cloneJonathan Tan
2017-12-06Merge branch 'jn/ssh-wrappers'Junio C Hamano
2017-12-06Merge branch 'bw/protocol-v1'Junio C Hamano
2017-11-21ssh: 'simple' variant does not support --portJonathan Nieder
2017-11-21ssh: 'simple' variant does not support -4/-6Jonathan Nieder
2017-11-21ssh: 'auto' variant to select between 'ssh' and 'simple'Jonathan Nieder
2017-11-21ssh test: make copy_ssh_wrapper_as clean up after itselfJonathan Nieder
2017-10-17t5601: rm the target file of cp that could still be executingJunio C Hamano
2017-10-17ssh: introduce a 'simple' ssh variantBrandon Williams
2017-04-17connect.c: handle errors from split_cmdlineJeff King
2017-02-01connect: Add the envvar GIT_SSH_VARIANT and ssh.variant configSegev Finer
2017-01-25connect: handle putty/plink also in GIT_SSH_COMMANDSegev Finer