| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bc/connect-plink' into maint | Junio C Hamano | 2015-06-05 | 1 | -1/+34 |
|\ |
|
| * | connect: improve check for plink to reduce false positivesbc/connect-plink | brian m. carlson | 2015-04-28 | 1 | -0/+33 |
| * | t5601: fix quotation error leading to skipped tests | brian m. carlson | 2015-04-28 | 1 | -1/+1 |
* | | connect.c: ignore extra colon after hostnametb/connect-ipv6-parse-fix | Torsten Bögershausen | 2015-04-08 | 1 | -9/+12 |
|/ |
|
* | t5601: add more test cases for IPV6 | Torsten Bögershausen | 2015-02-22 | 1 | -17/+40 |
* | connect.c: allow ssh://user@[2001:db8::1]/repo.git | Torsten Bögershausen | 2015-02-22 | 1 | -1/+1 |
* | test prerequisites: eradicate NOT_FOO | Junio C Hamano | 2014-07-21 | 1 | -2/+2 |
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -0/+7 |
|\ |
|
| * | clone: use git protocol for cloning shallow repo locally | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+7 |
* | | connect.c: refactor url parsing | Torsten Bögershausen | 2013-12-09 | 1 | -0/+8 |
* | | git_connect(): refactor the port handling for ssh | Torsten Bögershausen | 2013-12-09 | 1 | -9/+1 |
* | | git fetch: support host:/~repo | Torsten Bögershausen | 2013-12-09 | 1 | -10/+2 |
* | | t5601: add tests for ssh | Torsten Bögershausen | 2013-12-04 | 1 | -1/+99 |
* | | t5601: remove clear_ssh, refactor setup_ssh_wrapper | Torsten Bögershausen | 2013-12-04 | 1 | -20/+20 |
|/ |
|
* | Merge branch 'jc/upload-pack-send-symref' | Junio C Hamano | 2013-10-30 | 1 | -0/+11 |
|\ |
|
| * | Merge branch 'jk/clone-progress-to-stderr' into jc/upload-pack-send-symref | Junio C Hamano | 2013-10-22 | 1 | -1/+1 |
| |\ |
|
| * | | clone: test the new HEAD detection logic | Junio C Hamano | 2013-09-17 | 1 | -0/+11 |
* | | | Merge branch 'jk/clone-progress-to-stderr' | Junio C Hamano | 2013-10-18 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | clone: send diagnostic messages to stderr | Jeff King | 2013-09-18 | 1 | -1/+1 |
| |/ |
|
* | | clone: tighten "local paths with colons" check a bitnd/clone-local-with-colon | Nguyễn Thái Ngọc Duy | 2013-09-27 | 1 | -1/+45 |
|/ |
|
* | clone: allow cloning local paths with colons in them | Nguyễn Thái Ngọc Duy | 2013-05-07 | 1 | -0/+5 |
* | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -0/+9 |
* | clone: write detached HEAD in bare repositories | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -1/+24 |
* | t5601: add missing && cascade | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -3/+3 |
* | Add test showing git-fetch groks gitfiles | Phil Hord | 2011-10-04 | 1 | -0/+14 |
* | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 2011-08-28 | 1 | -0/+4 |
|\ |
|
| * | clone: allow to clone from .git file | Nguyễn Thái Ngọc Duy | 2011-08-22 | 1 | -0/+4 |
* | | clone: clone from a repository with relative alternates | Junio C Hamano | 2011-08-23 | 1 | -1/+9 |
* | | clone: allow more than one --reference | Junio C Hamano | 2011-08-22 | 1 | -0/+15 |
|/ |
|
* | i18n: .git file is not a human readable message (t5601) | Junio C Hamano | 2011-04-13 | 1 | -1/+1 |
* | i18n: mark init-db messages for translation | Ævar Arnfjörð Bjarmason | 2011-04-12 | 1 | -2/+5 |
* | Merge branch 'nd/init-gitdir' | Junio C Hamano | 2011-04-01 | 1 | -0/+13 |
|\ |
|
| * | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 2011-03-19 | 1 | -0/+13 |
* | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -1/+1 |
|\ \ |
|
| * | | i18n: git-clone "Cloning into" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
| |/ |
|
* | | config: drop support for GIT_CONFIG_NOGLOBAL | Jonathan Nieder | 2011-03-15 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'ab/test-2' | Junio C Hamano | 2010-09-04 | 1 | -2/+0 |
|\ |
|
| * | tests: factor HOME=$(pwd) in test-lib.sh | Matthieu Moy | 2010-08-31 | 1 | -2/+0 |
* | | Do not unquote + into ' ' in URLs | Thomas Rast | 2010-07-25 | 1 | -2/+8 |
|/ |
|
* | decode file:// and ssh:// URLs | Jeff King | 2010-05-24 | 1 | -0/+12 |
* | clone: quell the progress report from init and report on clone | Junio C Hamano | 2010-05-04 | 1 | -1/+1 |
* | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-09-02 | 1 | -2/+4 |
|\ |
|
| * | clone: disconnect transport after fetching | Jeff King | 2009-09-02 | 1 | -2/+4 |
* | | Make git-clone respect branch.autosetuprebase | Junio C Hamano | 2009-03-03 | 1 | -0/+15 |
|/ |
|
* | Install the default "master" branch configuration after cloning a void | Junio C Hamano | 2009-02-12 | 1 | -0/+15 |
* | Allow cloning to an existing empty directory | Alexander Potashev | 2009-01-11 | 1 | -0/+19 |
* | clone: fix creation of explicitly named target directory | Clemens Buchacher | 2008-09-03 | 1 | -0/+18 |
* | clone --mirror: avoid storing repeated tags | Johannes Schindelin | 2008-08-07 | 1 | -0/+12 |
* | Flush output in start_async | Anders Melchiorsen | 2008-08-03 | 1 | -0/+6 |
* | clone --bare: Add ".git" suffix to the directory name to clone into | Johannes Schindelin | 2008-08-03 | 1 | -0/+7 |