summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
AgeCommit message (Expand)Author
2015-02-22t5601: add more test cases for IPV6Torsten Bögershausen
2015-02-22connect.c: allow ssh://user@[2001:db8::1]/repo.gitTorsten Bögershausen
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-11clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy
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-04t5601: add tests for sshTorsten Bögershausen
2013-12-04t5601: remove clear_ssh, refactor setup_ssh_wrapperTorsten Bögershausen
2013-10-30Merge branch 'jc/upload-pack-send-symref'Junio C Hamano
2013-10-22Merge branch 'jk/clone-progress-to-stderr' into jc/upload-pack-send-symrefJunio C Hamano
2013-10-18Merge branch 'jk/clone-progress-to-stderr'Junio C Hamano
2013-09-27clone: tighten "local paths with colons" check a bitNguyễn Thái Ngọc Duy
2013-09-18clone: send diagnostic messages to stderrJeff King
2013-09-18clone: test the new HEAD detection logicJunio C Hamano
2013-05-07clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy
2012-01-17clone: allow --branch to take a tagNguyễn Thái Ngọc Duy
2012-01-17clone: write detached HEAD in bare repositoriesNguyễn Thái Ngọc Duy
2012-01-17t5601: add missing && cascadeNguyễn Thái Ngọc Duy
2011-10-04Add test showing git-fetch groks gitfilesPhil Hord
2011-08-29Merge branch 'nd/maint-clone-gitdir'Junio C Hamano
2011-08-23clone: clone from a repository with relative alternatesJunio C Hamano
2011-08-23clone: allow more than one --referenceJunio C Hamano
2011-08-22clone: allow to clone from .git fileNguyễn Thái Ngọc Duy
2011-04-13i18n: .git file is not a human readable message (t5601)Junio C Hamano
2011-04-12i18n: mark init-db messages for translationÆvar Arnfjörð Bjarmason
2011-04-02Merge branch 'nd/init-gitdir'Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-20init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy
2011-03-15config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder
2011-03-10i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason
2010-09-04Merge branch 'ab/test-2'Junio C Hamano
2010-08-31tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy
2010-07-26Do not unquote + into ' ' in URLsThomas Rast
2010-05-24decode file:// and ssh:// URLsJeff King
2010-05-04clone: quell the progress report from init and report on cloneJunio C Hamano
2009-09-03Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano
2009-09-03clone: disconnect transport after fetchingJeff King
2009-03-04Make git-clone respect branch.autosetuprebaseJunio C Hamano
2009-02-13Install the default "master" branch configuration after cloning a voidJunio C Hamano
2009-01-11Allow cloning to an existing empty directoryAlexander Potashev
2008-09-03clone: fix creation of explicitly named target directoryClemens Buchacher
2008-08-08clone --mirror: avoid storing repeated tagsJohannes Schindelin
2008-08-04Flush output in start_asyncAnders Melchiorsen
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-05-15builtin-clone: fix initial checkoutJohannes Schindelin