summaryrefslogtreecommitdiff
path: root/git-clone.sh
Commit message (Expand)AuthorAgeFilesLines
* ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano2007-01-241-1/+3
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-1/+1
* git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard2007-01-091-1/+1
* Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano2006-12-281-1/+1
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-271-45/+30
|\
| * git-clone: lose the traditional 'no-separate-remote' layoutJunio C Hamano2006-12-161-46/+12
| * git-clone: lose the artificial "first" fetch refspecJunio C Hamano2006-12-161-4/+4
| * git-clone: use wildcard specification for tracking branchesJunio C Hamano2006-12-161-17/+30
| * Explicitly add the default "git pull" behaviour to .git/config on cloneAndy Parkins2006-12-061-1/+3
| * Merge Junio C Hamano2006-12-061-5/+5
| |\
| | * Use .git/config for storing "origin" shortcut repositoryAndy Parkins2006-11-271-5/+5
| * | git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski2006-12-041-3/+3
| |/
| * git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano2006-11-241-0/+4
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-241-3/+16
|/
* Make git-clone --use-separate-remote the defaultPetr Baudis2006-11-231-7/+7
* Merge branch 'maint'Junio C Hamano2006-10-231-1/+2
|\
| * git-clone: honor --quietJim Meyering2006-10-231-1/+2
* | git-clone: define die() and use it.Dmitry V. Levin2006-10-201-37/+24
|/
* clone: the given repository dir should be relative to $PWDYasushi SHOJI2006-10-141-1/+1
* http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky2006-09-281-0/+4
* Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky2006-09-131-1/+1
* handle https:// protocol in git-cloneMichael Krelin2006-08-071-1/+1
* Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones2006-08-021-2/+3
* fetch/clone: check return status from ls-remoteJunio C Hamano2006-07-131-2/+2
* Using 'perl' in *.shMichal Rokos2006-07-081-1/+1
* Fix expr usage for FreeBSDDennis Stosberg2006-06-271-1/+1
* 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