summaryrefslogtreecommitdiffstats
path: root/git-clone.sh
AgeCommit message (Expand)AuthorLines
2006-02-17Trap exit to clean up created directory if clone fails.Carl Worth-0/+4
2006-02-15Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda-1/+7
2006-01-24clone: do not accept more than one -o option.Junio C Hamano-1/+15
2006-01-24clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano-1/+1
2006-01-24git-clone: PG13 --naked option to --bare.Junio C Hamano-7/+8
2006-01-19Fix generation of "humanish" part of source repoUwe Zeisberger-1/+1
2006-01-14clone: --naked option.Junio C Hamano-26/+40
2005-12-23git-clone: do not special case dumb http.Junio C Hamano-15/+1
2005-12-22git-clone: Support changing the origin branch with -oJohannes Schindelin-4/+13
2005-12-14Trivial usage string clean-upfreku045@student.liu.se-1/+1
2005-12-13git-clone: tell the user a bit more about clone-pack failure.Junio C Hamano-1/+4
2005-11-28git-clone --shared should imply --localPavel Roskin-1/+1
2005-11-14Bugfix: stop if directory already existsJosef Weidendorfer-2/+2
2005-11-11git-clone: Allow cloning into directories other than child of current dir.Andreas Ericsson-1/+2
2005-11-11git-clone: Keep remote names when cloning unless explicitly told not to.Andreas Ericsson-0/+2
2005-11-11git-clone: quote destination directory namePavel Roskin-2/+2
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer-1/+1
2005-11-06Set up remotes/origin to track all remote branches.Junio C Hamano-2/+10
2005-11-05git-clone: fix local cloneJunio C Hamano-2/+1
2005-11-01git-clone: do not forget to create origin branch.Junio C Hamano-4/+11
2005-10-17Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano-1/+5
2005-09-26git-clone: check out "master" by default.Junio C Hamano-6/+15
2005-09-24Solaris: give a bit more built-in defaults.Junio C Hamano-1/+2
2005-09-20Do not give alarming error message from rsync in fetch and clone.Junio C Hamano-1/+2
2005-09-17Teach rsync transport about alternates.Junio C Hamano-2/+26
2005-09-12Fix CDPATH problem.Junio C Hamano-0/+3
2005-09-07Big tool rename.Junio C Hamano-0/+165