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