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