aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-clone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-25builtin-clone: use strbuf in guess_dir_name()Miklos Vajna1-3/+3
2008-10-19Merge branch 'mv/clonev'Junio C Hamano1-0/+4
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-6/+3
2008-10-09Implement git clone -vMiklos Vajna1-0/+4
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce1-8/+1
2008-09-19builtin-clone: fix typoFabrizio Chiarello1-1/+1
2008-09-09is_directory(): a generic helper functionJunio C Hamano1-8/+1
2008-09-03clone: fix creation of explicitly named target directoryClemens Buchacher1-3/+14
2008-09-01Bring local clone's origin URL in line with that of a remote cloneJohan Herland1-1/+1
2008-08-07clone --mirror: avoid storing repeated tagsJohannes Schindelin1-1/+2
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin1-2/+8
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin1-4/+20
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam1-0/+4
2008-07-19builtin-clone: rewrite guess_dir_name()Johannes Sixt1-29/+32
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-09Merge branch 'maint'Junio C Hamano1-2/+5
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce1-2/+5
2008-07-07Merge branch 'qq/maint'Junio C Hamano1-1/+0
2008-07-06git-clone: remove leftover debugging fprintf().Alex Riesen1-1/+0
2008-07-01Merge branch 'js/maint-clone-insteadof'Junio C Hamano1-1/+9
2008-06-29clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin1-0/+7
2008-06-27clone: respect url.insteadOf setting in global configsJohannes Schindelin1-1/+2
2008-06-25Merge branch 'jh/clone-packed-refs'Junio C Hamano1-2/+6
2008-06-25clone: create intermediate directories of destination repoJeff King1-0/+5
2008-06-24clone: create intermediate directories of destination repoJeff King1-0/+5
2008-06-19Teach "git clone" to pack refsJohan Herland1-2/+6
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow1-2/+2
2008-05-27clone: make sure we support the transport typeJeff King1-0/+3
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-21clone: fall back to copying if hardlinking failsDaniel Barkalow1-5/+7
2008-05-18builtin-clone.c: Need to closedir() in copy_or_link_directory()Brandon Casey1-0/+1
2008-05-15builtin-clone: fix initial checkoutJohannes Schindelin1-0/+3
2008-05-04Build in cloneDaniel Barkalow1-0/+544