summaryrefslogtreecommitdiff
path: root/builtin-clone.c
Commit message (Expand)AuthorAgeFilesLines
* Install the default "master" branch configuration after cloning a voidJunio C Hamano2009-02-121-5/+18
* Merge branch 'jk/signal-cleanup'Junio C Hamano2009-01-311-2/+3
|\
| * refactor signal handling for cleanup functionsJeff King2009-01-211-1/+1
| * chain kill signals for cleanup functionsJeff King2009-01-211-2/+3
* | Allow cloning an empty repositorySverre Rabbelier2009-01-231-4/+13
* | Allow cloning to an existing empty directoryAlexander Potashev2009-01-111-3/+6
|/
* remove trailing LF in die() messagesAlexander Potashev2009-01-051-7/+7
* builtin_clone: use strbuf in cmd_clone()Miklos Vajna2008-11-251-20/+25
* builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna2008-11-251-27/+31
* builtin-clone: use strbuf in guess_dir_name()Miklos Vajna2008-11-251-3/+3
* Merge branch 'mv/clonev'Junio C Hamano2008-10-191-0/+4
|\
| * Implement git clone -vMiklos Vajna2008-10-091-0/+4
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-6/+3
|/
* Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-8/+1
|\
| * is_directory(): a generic helper functionJunio C Hamano2008-09-091-8/+1
* | builtin-clone: fix typoFabrizio Chiarello2008-09-191-1/+1
|/
* clone: fix creation of explicitly named target directoryClemens Buchacher2008-09-031-3/+14
* Bring local clone's origin URL in line with that of a remote cloneJohan Herland2008-09-011-1/+1
* clone --mirror: avoid storing repeated tagsJohannes Schindelin2008-08-071-1/+2
* clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin2008-08-031-2/+8
* clone: Add an option to set up a mirrorJohannes Schindelin2008-08-021-4/+20
* Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2008-07-251-0/+4
* builtin-clone: rewrite guess_dir_name()Johannes Sixt2008-07-191-29/+32
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Merge branch 'maint'Junio C Hamano2008-07-091-2/+5
|\
| * Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce2008-07-081-2/+5
* | Merge branch 'qq/maint'Junio C Hamano2008-07-071-1/+0
|\ \ | |/
| * git-clone: remove leftover debugging fprintf().Alex Riesen2008-07-061-1/+0
* | Merge branch 'js/maint-clone-insteadof'Junio C Hamano2008-07-011-1/+9
|\ \ | |/
| * clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin2008-06-291-0/+7
| * clone: respect url.insteadOf setting in global configsJohannes Schindelin2008-06-271-1/+2
| * clone: create intermediate directories of destination repoJeff King2008-06-251-0/+5
* | Merge branch 'jh/clone-packed-refs'Junio C Hamano2008-06-251-2/+6
|\ \
| * | Teach "git clone" to pack refsJohan Herland2008-06-191-2/+6
| |/
* | clone: create intermediate directories of destination repoJeff King2008-06-241-0/+5
|/
* Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow2008-06-061-2/+2
* clone: make sure we support the transport typeJeff King2008-05-271-0/+3
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-1/+1
* clone: fall back to copying if hardlinking failsDaniel Barkalow2008-05-211-5/+7
* builtin-clone.c: Need to closedir() in copy_or_link_directory()Brandon Casey2008-05-181-0/+1
* builtin-clone: fix initial checkoutJohannes Schindelin2008-05-151-0/+3
* Build in cloneDaniel Barkalow2008-05-041-0/+544