summaryrefslogtreecommitdiff
path: root/builtin-clone.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-19Merge branch 'mv/clonev'Libravatar Junio C Hamano1-0/+4
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-6/+3
2008-10-09Implement git clone -vLibravatar Miklos Vajna1-0/+4
2008-09-25Merge branch 'jc/alternate-push'Libravatar Shawn O. Pearce1-8/+1
2008-09-19builtin-clone: fix typoLibravatar Fabrizio Chiarello1-1/+1
2008-09-09is_directory(): a generic helper functionLibravatar Junio C Hamano1-8/+1
2008-09-03clone: fix creation of explicitly named target directoryLibravatar Clemens Buchacher1-3/+14
2008-09-01Bring local clone's origin URL in line with that of a remote cloneLibravatar Johan Herland1-1/+1
2008-08-07clone --mirror: avoid storing repeated tagsLibravatar Johannes Schindelin1-1/+2
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoLibravatar Johannes Schindelin1-2/+8
2008-08-02clone: Add an option to set up a mirrorLibravatar Johannes Schindelin1-4/+20
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Libravatar Steve Haslam1-0/+4
2008-07-19builtin-clone: rewrite guess_dir_name()Libravatar Johannes Sixt1-29/+32
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-07-09Merge branch 'maint'Libravatar Junio C Hamano1-2/+5
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneLibravatar Shawn O. Pearce1-2/+5
2008-07-07Merge branch 'qq/maint'Libravatar Junio C Hamano1-1/+0
2008-07-06git-clone: remove leftover debugging fprintf().Libravatar Alex Riesen1-1/+0
2008-07-01Merge branch 'js/maint-clone-insteadof'Libravatar Junio C Hamano1-1/+9
2008-06-29clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigLibravatar Johannes Schindelin1-0/+7
2008-06-27clone: respect url.insteadOf setting in global configsLibravatar Johannes Schindelin1-1/+2
2008-06-25Merge branch 'jh/clone-packed-refs'Libravatar Junio C Hamano1-2/+6
2008-06-25clone: create intermediate directories of destination repoLibravatar Jeff King1-0/+5
2008-06-24clone: create intermediate directories of destination repoLibravatar Jeff King1-0/+5
2008-06-19Teach "git clone" to pack refsLibravatar Johan Herland1-2/+6
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesLibravatar Daniel Barkalow1-2/+2
2008-05-27clone: make sure we support the transport typeLibravatar Jeff King1-0/+3
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-1/+1
2008-05-21clone: fall back to copying if hardlinking failsLibravatar Daniel Barkalow1-5/+7
2008-05-18builtin-clone.c: Need to closedir() in copy_or_link_directory()Libravatar Brandon Casey1-0/+1
2008-05-15builtin-clone: fix initial checkoutLibravatar Johannes Schindelin1-0/+3
2008-05-04Build in cloneLibravatar Daniel Barkalow1-0/+544