| Commit message (Expand) | Author | Age | Files | Lines |
* | remote: let guess_remote_head() optionally return all matches | Jay Soffian | 2009-02-27 | 1 | -1/+1 |
* | remote: simplify guess_remote_head() | Jay Soffian | 2009-02-26 | 1 | -2/+2 |
* | move locate_head() to remote.c | Jay Soffian | 2009-02-26 | 1 | -38/+3 |
* | Install the default "master" branch configuration after cloning a void | Junio C Hamano | 2009-02-12 | 1 | -5/+18 |
* | Merge branch 'jk/signal-cleanup' | Junio C Hamano | 2009-01-31 | 1 | -2/+3 |
|\ |
|
| * | refactor signal handling for cleanup functions | Jeff King | 2009-01-21 | 1 | -1/+1 |
| * | chain kill signals for cleanup functions | Jeff King | 2009-01-21 | 1 | -2/+3 |
* | | Allow cloning an empty repository | Sverre Rabbelier | 2009-01-23 | 1 | -4/+13 |
* | | Allow cloning to an existing empty directory | Alexander Potashev | 2009-01-11 | 1 | -3/+6 |
|/ |
|
* | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 | 1 | -7/+7 |
* | builtin_clone: use strbuf in cmd_clone() | Miklos Vajna | 2008-11-25 | 1 | -20/+25 |
* | builtin-clone: use strbuf in clone_local() and copy_or_link_directory() | Miklos Vajna | 2008-11-25 | 1 | -27/+31 |
* | builtin-clone: use strbuf in guess_dir_name() | Miklos Vajna | 2008-11-25 | 1 | -3/+3 |
* | Merge branch 'mv/clonev' | Junio C Hamano | 2008-10-19 | 1 | -0/+4 |
|\ |
|
| * | Implement git clone -v | Miklos Vajna | 2008-10-09 | 1 | -0/+4 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -6/+3 |
|/ |
|
* | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 | 1 | -8/+1 |
|\ |
|
| * | is_directory(): a generic helper function | Junio C Hamano | 2008-09-09 | 1 | -8/+1 |
* | | builtin-clone: fix typo | Fabrizio Chiarello | 2008-09-19 | 1 | -1/+1 |
|/ |
|
* | clone: fix creation of explicitly named target directory | Clemens Buchacher | 2008-09-03 | 1 | -3/+14 |
* | Bring local clone's origin URL in line with that of a remote clone | Johan Herland | 2008-09-01 | 1 | -1/+1 |
* | clone --mirror: avoid storing repeated tags | Johannes Schindelin | 2008-08-07 | 1 | -1/+2 |
* | clone --bare: Add ".git" suffix to the directory name to clone into | Johannes Schindelin | 2008-08-03 | 1 | -2/+8 |
* | clone: Add an option to set up a mirror | Johannes Schindelin | 2008-08-02 | 1 | -4/+20 |
* | Propagate -u/--upload-pack option of "git clone" to transport. | Steve Haslam | 2008-07-25 | 1 | -0/+4 |
* | builtin-clone: rewrite guess_dir_name() | Johannes Sixt | 2008-07-19 | 1 | -29/+32 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2008-07-09 | 1 | -2/+5 |
|\ |
|
| * | Remove unnecessary pack-*.keep file after successful git-clone | Shawn O. Pearce | 2008-07-08 | 1 | -2/+5 |
* | | Merge branch 'qq/maint' | Junio C Hamano | 2008-07-07 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | git-clone: remove leftover debugging fprintf(). | Alex Riesen | 2008-07-06 | 1 | -1/+0 |
* | | Merge branch 'js/maint-clone-insteadof' | Junio C Hamano | 2008-07-01 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig | Johannes Schindelin | 2008-06-29 | 1 | -0/+7 |
| * | clone: respect url.insteadOf setting in global configs | Johannes Schindelin | 2008-06-27 | 1 | -1/+2 |
| * | clone: create intermediate directories of destination repo | Jeff King | 2008-06-25 | 1 | -0/+5 |
* | | Merge branch 'jh/clone-packed-refs' | Junio C Hamano | 2008-06-25 | 1 | -2/+6 |
|\ \ |
|
| * | | Teach "git clone" to pack refs | Johan Herland | 2008-06-19 | 1 | -2/+6 |
| |/ |
|
* | | clone: create intermediate directories of destination repo | Jeff King | 2008-06-24 | 1 | -0/+5 |
|/ |
|
* | Use nonrelative paths instead of absolute paths for cloned repositories | Daniel Barkalow | 2008-06-06 | 1 | -2/+2 |
* | clone: make sure we support the transport type | Jeff King | 2008-05-27 | 1 | -0/+3 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -1/+1 |
* | clone: fall back to copying if hardlinking fails | Daniel Barkalow | 2008-05-21 | 1 | -5/+7 |
* | builtin-clone.c: Need to closedir() in copy_or_link_directory() | Brandon Casey | 2008-05-18 | 1 | -0/+1 |
* | builtin-clone: fix initial checkout | Johannes Schindelin | 2008-05-15 | 1 | -0/+3 |
* | Build in clone | Daniel Barkalow | 2008-05-04 | 1 | -0/+544 |