summaryrefslogtreecommitdiff
path: root/git-clone.sh
AgeCommit message (Expand)Author
2006-09-29http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky
2006-09-14Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky
2006-08-07handle https:// protocol in git-cloneMichael Krelin
2006-08-02Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones
2006-07-14fetch/clone: check return status from ls-remoteJunio C Hamano
2006-07-08Using 'perl' in *.shMichal Rokos
2006-06-27Fix expr usage for FreeBSDDennis Stosberg
2006-06-10git-clone: fix --bare over dumb-httpJunio C Hamano
2006-06-08git-clone: fix duplicated "master" in $GIT_DIR/remotes/originJunio C Hamano
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano
2006-05-23Problem: 'trap...exit' causes error message when /bin/sh is ash.Yakov Lerner
2006-05-07clone: don't clone the info/alternates fileMartin Waitz
2006-05-07clone: keep --reference even with -l -sMartin Waitz
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding
2006-04-03git-clone: fix handling of upsteram whose HEAD does not point at master.Junio C Hamano
2006-03-30git-clone: exit early if repo isn't specifiedYasushi SHOJI
2006-03-30Make git-clone to take long double-dashed origin option (--origin)Yasushi SHOJI
2006-03-22git-clone: typofix.Junio C Hamano
2006-03-21clone: record the remote primary branch with remotes/$origin/HEADJunio C Hamano
2006-03-21revamp git-clone (take #2).Junio C Hamano
2006-03-20revamp git-clone.Junio C Hamano
2006-02-24Merge fixes early for next maint series.Junio C Hamano
2006-02-24Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen
2006-02-23checkout - eye candy.Junio C Hamano
2006-02-21Merge part of jc/portable branchJunio C Hamano
2006-02-18Fix cpio callJohannes Schindelin
2006-02-18Trap exit to clean up created directory if clone fails.Carl Worth
2006-02-16Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda
2006-01-25clone: do not accept more than one -o option.Junio C Hamano
2006-01-25clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano
2006-01-25git-clone: PG13 --naked option to --bare.Junio C Hamano
2006-01-20Fix generation of "humanish" part of source repoUwe Zeisberger
2006-01-15clone: --naked option.Junio C Hamano
2005-12-23git-clone: do not special case dumb http.Junio C Hamano
2005-12-23git-clone: Support changing the origin branch with -oJohannes Schindelin
2005-12-14Trivial usage string clean-upfreku045@student.liu.se
2005-12-13git-clone: tell the user a bit more about clone-pack failure.Junio C Hamano
2005-11-29git-clone --shared should imply --localPavel Roskin
2005-11-14Bugfix: stop if directory already existsJosef Weidendorfer
2005-11-11git-clone: Allow cloning into directories other than child of current dir.Andreas Ericsson
2005-11-11git-clone: Keep remote names when cloning unless explicitly told not to.Andreas Ericsson
2005-11-11git-clone: quote destination directory namePavel Roskin
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer
2005-11-07Set up remotes/origin to track all remote branches.Junio C Hamano
2005-11-05git-clone: fix local cloneJunio C Hamano
2005-11-02git-clone: do not forget to create origin branch.Junio C Hamano
2005-10-18Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano
2005-09-27git-clone: check out "master" by default.Junio C Hamano
2005-09-24Solaris: give a bit more built-in defaults.Junio C Hamano