summaryrefslogtreecommitdiff
path: root/builtin-clone.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneLibravatar Shawn O. Pearce1-2/+5
2008-07-06git-clone: remove leftover debugging fprintf().Libravatar Alex Riesen1-1/+0
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-25clone: create intermediate directories of destination repoLibravatar Jeff King1-0/+5
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