summaryrefslogtreecommitdiff
path: root/git-clone.sh
Commit message (Expand)AuthorAgeFilesLines
* git-clone: fix --bare over dumb-httpJunio C Hamano2006-06-101-6/+2
* git-clone: fix duplicated "master" in $GIT_DIR/remotes/originJunio C Hamano2006-06-081-5/+10
* Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano2006-05-281-2/+8
* Problem: 'trap...exit' causes error message when /bin/sh is ash.Yakov Lerner2006-05-221-2/+2
* clone: don't clone the info/alternates fileMartin Waitz2006-05-071-5/+1
* clone: keep --reference even with -l -sMartin Waitz2006-05-071-1/+1
* Shell utilities: Guard against expr' magic tokens.Mark Wooding2006-04-131-3/+3
* git-clone: fix handling of upsteram whose HEAD does not point at master.Junio C Hamano2006-04-021-19/+28
* git-clone: exit early if repo isn't specifiedYasushi SHOJI2006-03-301-2/+8
* Make git-clone to take long double-dashed origin option (--origin)Yasushi SHOJI2006-03-301-5/+6
* git-clone: typofix.Junio C Hamano2006-03-221-2/+2
* clone: record the remote primary branch with remotes/$origin/HEADJunio C Hamano2006-03-211-3/+9
* revamp git-clone (take #2).Junio C Hamano2006-03-211-19/+31
* revamp git-clone.Junio C Hamano2006-03-201-32/+152
* Merge fixes early for next maint series.Junio C Hamano2006-02-231-2/+2
|\
| *-. Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano2006-02-231-2/+2
| |\ \
| | | * fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen2006-02-231-1/+1
| | |/ | |/|
| | * checkout - eye candy.Junio C Hamano2006-02-221-1/+1
| |/
* | Merge part of jc/portable branchJunio C Hamano2006-02-211-1/+1
|\ \ | |/ |/|
| * Fix cpio callJohannes Schindelin2006-02-171-1/+1
* | Trap exit to clean up created directory if clone fails.Carl Worth2006-02-171-0/+4
|/
* Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda2006-02-151-1/+7
* clone: do not accept more than one -o option.Junio C Hamano2006-01-241-1/+15
* clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano2006-01-241-1/+1
* git-clone: PG13 --naked option to --bare.Junio C Hamano2006-01-241-7/+8
* Fix generation of "humanish" part of source repoUwe Zeisberger2006-01-191-1/+1
* clone: --naked option.Junio C Hamano2006-01-141-26/+40
* git-clone: do not special case dumb http.Junio C Hamano2005-12-231-15/+1
* git-clone: Support changing the origin branch with -oJohannes Schindelin2005-12-221-4/+13
* Trivial usage string clean-upfreku045@student.liu.se2005-12-141-1/+1
* git-clone: tell the user a bit more about clone-pack failure.Junio C Hamano2005-12-131-1/+4
* git-clone --shared should imply --localPavel Roskin2005-11-281-1/+1
* Bugfix: stop if directory already existsJosef Weidendorfer2005-11-141-2/+2
* git-clone: Allow cloning into directories other than child of current dir.Andreas Ericsson2005-11-111-1/+2
* git-clone: Keep remote names when cloning unless explicitly told not to.Andreas Ericsson2005-11-111-0/+2
* git-clone: quote destination directory namePavel Roskin2005-11-111-2/+2
* Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer2005-11-101-1/+1
* Set up remotes/origin to track all remote branches.Junio C Hamano2005-11-061-2/+10
* git-clone: fix local cloneJunio C Hamano2005-11-051-2/+1
* git-clone: do not forget to create origin branch.Junio C Hamano2005-11-011-4/+11
* Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano2005-10-171-1/+5
* git-clone: check out "master" by default.Junio C Hamano2005-09-261-6/+15
* Solaris: give a bit more built-in defaults.Junio C Hamano2005-09-241-1/+2
* Do not give alarming error message from rsync in fetch and clone.Junio C Hamano2005-09-201-1/+2
* Teach rsync transport about alternates.Junio C Hamano2005-09-171-2/+26
* Fix CDPATH problem.Junio C Hamano2005-09-121-0/+3
* Big tool rename.Junio C Hamano2005-09-071-0/+165