summaryrefslogtreecommitdiff
path: root/builtin-clone.c
AgeCommit message (Expand)Author
2008-09-20builtin-clone: fix typoFabrizio Chiarello
2008-09-03clone: fix creation of explicitly named target directoryClemens Buchacher
2008-09-02Bring local clone's origin URL in line with that of a remote cloneJohan Herland
2008-08-08clone --mirror: avoid storing repeated tagsJohannes Schindelin
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin
2008-07-26Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam
2008-07-19builtin-clone: rewrite guess_dir_name()Johannes Sixt
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-09Merge branch 'maint'Junio C Hamano
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce
2008-07-07Merge branch 'qq/maint'Junio C Hamano
2008-07-07git-clone: remove leftover debugging fprintf().Alex Riesen
2008-07-01Merge branch 'js/maint-clone-insteadof'Junio C Hamano
2008-06-30clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin
2008-06-27clone: respect url.insteadOf setting in global configsJohannes Schindelin
2008-06-25Merge branch 'jh/clone-packed-refs'Junio C Hamano
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-19Teach "git clone" to pack refsJohan Herland
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow
2008-05-28clone: make sure we support the transport typeJeff King
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-21clone: fall back to copying if hardlinking failsDaniel Barkalow
2008-05-19builtin-clone.c: Need to closedir() in copy_or_link_directory()Brandon Casey
2008-05-15builtin-clone: fix initial checkoutJohannes Schindelin
2008-05-05Build in cloneDaniel Barkalow