summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
Commit message (Expand)AuthorAgeFilesLines
* don't use test_must_fail with grepPranit Bauva2017-01-071-1/+1
* Merge branch 'tb/t5601-sed-fix'Junio C Hamano2016-05-171-1/+1
|\
| * t5601: Remove trailing space in sed expressiontb/t5601-sed-fixTorsten Bögershausen2016-05-091-1/+1
| * Merge branch 'bc/connect-plink' into maintJunio C Hamano2015-06-051-1/+34
| |\
* | | test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-151-1/+1
* | | Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-10/+8
|\ \ \
| * | | mingw: fix t5601-clone.shJohannes Schindelin2016-01-271-10/+8
* | | | Merge branch 'ep/shell-command-substitution-style'Junio C Hamano2016-01-221-1/+1
|\ \ \ \
| * | | | t/t5601-clone.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-041-1/+1
| |/ / /
* | | | Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-01-201-0/+23
|\ \ \ \ | |/ / / |/| | |
| * | | setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..Nguyễn Thái Ngọc Duy2015-12-221-0/+23
* | | | pkt-line: support tracing verbatim pack contentsjk/pkt-log-packJeff King2015-06-161-0/+7
|/ / /
* | | Merge branch 'bc/connect-plink'Junio C Hamano2015-05-191-1/+34
|\ \ \ | |/ / |/| / | |/
| * connect: improve check for plink to reduce false positivesbc/connect-plinkbrian m. carlson2015-04-281-0/+33
| * t5601: fix quotation error leading to skipped testsbrian m. carlson2015-04-281-1/+1
* | connect.c: ignore extra colon after hostnametb/connect-ipv6-parse-fixTorsten Bögershausen2015-04-081-9/+12
|/
* t5601: add more test cases for IPV6Torsten Bögershausen2015-02-221-17/+40
* connect.c: allow ssh://user@[2001:db8::1]/repo.gitTorsten Bögershausen2015-02-221-1/+1
* test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-211-2/+2
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-0/+7
|\
| * clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-101-0/+7
* | connect.c: refactor url parsingTorsten Bögershausen2013-12-091-0/+8
* | git_connect(): refactor the port handling for sshTorsten Bögershausen2013-12-091-9/+1
* | git fetch: support host:/~repoTorsten Bögershausen2013-12-091-10/+2
* | t5601: add tests for sshTorsten Bögershausen2013-12-041-1/+99
* | t5601: remove clear_ssh, refactor setup_ssh_wrapperTorsten Bögershausen2013-12-041-20/+20
|/
* Merge branch 'jc/upload-pack-send-symref'Junio C Hamano2013-10-301-0/+11
|\
| * Merge branch 'jk/clone-progress-to-stderr' into jc/upload-pack-send-symrefJunio C Hamano2013-10-221-1/+1
| |\
| * | clone: test the new HEAD detection logicJunio C Hamano2013-09-171-0/+11
* | | Merge branch 'jk/clone-progress-to-stderr'Junio C Hamano2013-10-181-1/+1
|\ \ \ | | |/ | |/|
| * | clone: send diagnostic messages to stderrJeff King2013-09-181-1/+1
| |/
* | clone: tighten "local paths with colons" check a bitnd/clone-local-with-colonNguyễn Thái Ngọc Duy2013-09-271-1/+45
|/
* clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-071-0/+5
* clone: allow --branch to take a tagNguyễn Thái Ngọc Duy2012-01-161-0/+9
* clone: write detached HEAD in bare repositoriesNguyễn Thái Ngọc Duy2012-01-161-1/+24
* t5601: add missing && cascadeNguyễn Thái Ngọc Duy2012-01-161-3/+3
* Add test showing git-fetch groks gitfilesPhil Hord2011-10-041-0/+14
* Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-281-0/+4
|\
| * clone: allow to clone from .git fileNguyễn Thái Ngọc Duy2011-08-221-0/+4
* | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-231-1/+9
* | clone: allow more than one --referenceJunio C Hamano2011-08-221-0/+15
|/
* i18n: .git file is not a human readable message (t5601)Junio C Hamano2011-04-131-1/+1
* i18n: mark init-db messages for translationÆvar Arnfjörð Bjarmason2011-04-121-2/+5
* Merge branch 'nd/init-gitdir'Junio C Hamano2011-04-011-0/+13
|\
| * init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-191-0/+13
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-1/+1
|\ \
| * | i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| |/
* | config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder2011-03-151-1/+0
|/
* Merge branch 'ab/test-2'Junio C Hamano2010-09-041-2/+0
|\
| * tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy2010-08-311-2/+0