summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
AgeCommit message (Expand)Author
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
2017-01-07don't use test_must_fail with grepPranit Bauva
2016-05-17Merge branch 'tb/t5601-sed-fix'Junio C Hamano
2016-05-09t5601: Remove trailing space in sed expressionTorsten Bögershausen
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano
2016-01-27mingw: fix t5601-clone.shJohannes Schindelin
2016-01-22Merge branch 'ep/shell-command-substitution-style'Junio C Hamano
2016-01-20Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano
2016-01-04t/t5601-clone.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-12-22setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..Nguyễn Thái Ngọc Duy
2015-06-16pkt-line: support tracing verbatim pack contentsJeff King
2015-06-05Merge branch 'bc/connect-plink' into maintJunio C Hamano