Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-01-11 | Allow cloning to an existing empty directory | Alexander Potashev | 1 | -0/+19 |
2008-09-03 | clone: fix creation of explicitly named target directory | Clemens Buchacher | 1 | -0/+18 |
2008-08-07 | clone --mirror: avoid storing repeated tags | Johannes Schindelin | 1 | -0/+12 |
2008-08-03 | Flush output in start_async | Anders Melchiorsen | 1 | -0/+6 |
2008-08-03 | clone --bare: Add ".git" suffix to the directory name to clone into | Johannes Schindelin | 1 | -0/+7 |
2008-08-02 | clone: Add an option to set up a mirror | Johannes Schindelin | 1 | -0/+12 |
2008-07-08 | Remove unnecessary pack-*.keep file after successful git-clone | Shawn O. Pearce | 1 | -1/+19 |
2008-06-25 | clone: create intermediate directories of destination repo | Jeff King | 1 | -0/+22 |
2008-05-15 | builtin-clone: fix initial checkout | Johannes Schindelin | 1 | -0/+7 |
2008-04-27 | clone: detect and fail on excess parameters | Junio C Hamano | 1 | -0/+26 |