summaryrefslogtreecommitdiff
path: root/builtin-clone.c
Commit message (Expand)AuthorAgeFilesLines
* Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2008-08-011-0/+4
* Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce2008-07-081-2/+5
* git-clone: remove leftover debugging fprintf().Alex Riesen2008-07-061-1/+0
* 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
* 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