aboutsummaryrefslogtreecommitdiffstats
path: root/git-clone.sh
AgeCommit message (Expand)AuthorFilesLines
2008-05-04Build in cloneDaniel Barkalow1-523/+0
2008-04-28Use "=" instead of "==" in condition as it is more portableAlex Riesen1-1/+1
2008-04-27clone: detect and fail on excess parametersJunio C Hamano1-0/+1
2008-03-30Silence cpio's "N blocks" output when cloning locallyBryan Donlan1-1/+5
2008-02-29clone: support cloning full bundlesSanti BĂ©jar1-7/+30
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape1-5/+13
2007-12-19clone: fix options '-o' and '--origin' to be recognised againMarco Roeland1-1/+1
2007-12-17Merge branch 'maint'Junio C Hamano1-5/+6
2007-12-17clone: correctly report http_fetch errorsJeff King1-5/+6
2007-12-12Fix clone not to ignore depth when performing a local cloneCharles Bailey1-1/+4
2007-12-11git-clone: print an error message when trying to clone empty repoJeff King1-1/+2
2007-11-28Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin1-1/+1
2007-11-08sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit1-1/+1
2007-11-05Migrate git-clone to use git-rev-parse --parseoptPierre Habouzit1-45/+56
2007-11-03git-clone: honor "--" to end argument parsingHeikki Orsila1-1/+4
2007-10-28honor the http.sslVerify option in shell scriptsAurelien Bompard1-1/+2
2007-09-13git-clone: improve error message if curl program is missing or not executableGerrit Pape1-1/+5
2007-08-20git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano1-1/+4
2007-08-15git-clone: allow --bare cloneJunio C Hamano1-1/+6
2007-08-01git-clone: aggressively optimize local clone behaviour.Junio C Hamano1-29/+35
2007-07-05make git-clone GIT_WORK_TREE awareMatthias Lederhofer1-7/+18
2007-07-05git-clone: split up long &&-command-chain and use a function for cleanupMatthias Lederhofer1-4/+13
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-13/+13
2007-07-02Merge branch 'jo/init'Junio C Hamano1-1/+1
2007-07-02git-clone: fetch possibly detached HEAD over dumb httpSven Verdoolaege1-0/+11
2007-06-27Quiet the output from git-init when cloning, if requested.Jeffrey C. Ollie1-1/+1
2007-06-20Cloning from a repo without "current branch"Nanako Shiraishi1-7/+13
2007-06-08Merge branch 'ar/clone'Junio C Hamano1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-3/+2
2007-06-06Fix clone to setup the origin if its name ends with .gitAlex Riesen1-1/+1
2007-05-14Fix git-clone buglet for remote case.Junio C Hamano1-2/+2
2007-05-10git-clone: don't get fooled by $PWDJunio C Hamano1-1/+8
2007-04-20git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano1-1/+1
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape1-1/+1
2007-03-19make git clone -q suppress the noise with http fetchChris Wright1-1/+2
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin1-1/+1
2007-02-19fetch & clone: do not output progress when not on a ttyJohannes Schindelin1-2/+4
2007-02-07git-clone --reference: work well with pack-ref'ed reference repositoryJunio C Hamano1-35/+21
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano1-1/+28
2007-01-31Escape --upload-pack from expr.Shawn O. Pearce1-1/+1
2007-01-29Replace perl code with pure shell codeSimon 'corecode' Schubert1-44/+23
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-5/+5
2007-01-24ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano1-1/+3
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-1/+1
2007-01-09git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard1-1/+1
2006-12-28Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano1-1/+1
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-45/+30
2006-12-16git-clone: lose the traditional 'no-separate-remote' layoutJunio C Hamano1-46/+12
2006-12-16git-clone: lose the artificial "first" fetch refspecJunio C Hamano1-4/+4
2006-12-16git-clone: use wildcard specification for tracking branchesJunio C Hamano1-17/+30
2006-12-06Explicitly add the default "git pull" behaviour to .git/config on cloneAndy Parkins1-1/+3
2006-12-06Merge Junio C Hamano1-5/+5
2006-12-04git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski1-3/+3
2006-11-27Use .git/config for storing "origin" shortcut repositoryAndy Parkins1-5/+5
2006-11-24git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano1-0/+4
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin1-3/+16
2006-11-23Make git-clone --use-separate-remote the defaultPetr Baudis1-7/+7
2006-10-23Merge branch 'maint'Junio C Hamano1-1/+2
2006-10-23git-clone: honor --quietJim Meyering1-1/+2
2006-10-20git-clone: define die() and use it.Dmitry V. Levin1-37/+24
2006-10-14clone: the given repository dir should be relative to $PWDYasushi SHOJI1-1/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky1-0/+4
2006-09-13Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky1-1/+1
2006-08-07handle https:// protocol in git-cloneMichael Krelin1-1/+1
2006-08-02Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones1-2/+3
2006-07-13fetch/clone: check return status from ls-remoteJunio C Hamano1-2/+2
2006-07-08Using 'perl' in *.shMichal Rokos1-1/+1
2006-06-27Fix expr usage for FreeBSDDennis Stosberg1-1/+1
2006-06-10git-clone: fix --bare over dumb-httpJunio C Hamano1-6/+2
2006-06-08git-clone: fix duplicated "master" in $GIT_DIR/remotes/originJunio C Hamano1-5/+10
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano1-2/+8
2006-05-22Problem: 'trap...exit' causes error message when /bin/sh is ash.Yakov Lerner1-2/+2
2006-05-07clone: don't clone the info/alternates fileMartin Waitz1-5/+1
2006-05-07clone: keep --reference even with -l -sMartin Waitz1-1/+1
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-3/+3
2006-04-02git-clone: fix handling of upsteram whose HEAD does not point at master.Junio C Hamano1-19/+28
2006-03-30git-clone: exit early if repo isn't specifiedYasushi SHOJI1-2/+8
2006-03-30Make git-clone to take long double-dashed origin option (--origin)Yasushi SHOJI1-5/+6
2006-03-22git-clone: typofix.Junio C Hamano1-2/+2
2006-03-21clone: record the remote primary branch with remotes/$origin/HEADJunio C Hamano1-3/+9
2006-03-21revamp git-clone (take #2).Junio C Hamano1-19/+31
2006-03-20revamp git-clone.Junio C Hamano1-32/+152
2006-02-23Merge fixes early for next maint series.Junio C Hamano1-2/+2
2006-02-23Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano1-2/+2
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen1-1/+1
2006-02-22checkout - eye candy.Junio C Hamano1-1/+1
2006-02-21Merge part of jc/portable branchJunio C Hamano1-1/+1
2006-02-17Fix cpio callJohannes Schindelin1-1/+1
2006-02-17Trap exit to clean up created directory if clone fails.Carl Worth1-0/+4
2006-02-15Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda1-1/+7
2006-01-24clone: do not accept more than one -o option.Junio C Hamano1-1/+15
2006-01-24clone: do not create remotes/origin nor origin branch in a bare repository.Junio C Hamano1-1/+1
2006-01-24git-clone: PG13 --naked option to --bare.Junio C Hamano1-7/+8
2006-01-19Fix generation of "humanish" part of source repoUwe Zeisberger1-1/+1
2006-01-14clone: --naked option.Junio C Hamano1-26/+40
2005-12-23git-clone: do not special case dumb http.Junio C Hamano1-15/+1
2005-12-22git-clone: Support changing the origin branch with -oJohannes Schindelin1-4/+13
2005-12-14Trivial usage string clean-upfreku045@student.liu.se1-1/+1
2005-12-13git-clone: tell the user a bit more about clone-pack failure.Junio C Hamano1-1/+4
2005-11-28git-clone --shared should imply --localPavel Roskin1-1/+1
2005-11-14Bugfix: stop if directory already existsJosef Weidendorfer1-2/+2
2005-11-11git-clone: Allow cloning into directories other than child of current dir.Andreas Ericsson1-1/+2
2005-11-11git-clone: Keep remote names when cloning unless explicitly told not to.Andreas Ericsson1-0/+2
2005-11-11git-clone: quote destination directory namePavel Roskin1-2/+2
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer1-1/+1
2005-11-06Set up remotes/origin to track all remote branches.Junio C Hamano1-2/+10
2005-11-05git-clone: fix local cloneJunio C Hamano1-2/+1
2005-11-01git-clone: do not forget to create origin branch.Junio C Hamano1-4/+11
2005-10-17Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano1-1/+5
2005-09-26git-clone: check out "master" by default.Junio C Hamano1-6/+15
2005-09-24Solaris: give a bit more built-in defaults.Junio C Hamano1-1/+2
2005-09-20Do not give alarming error message from rsync in fetch and clone.Junio C Hamano1-1/+2
2005-09-17Teach rsync transport about alternates.Junio C Hamano1-2/+26
2005-09-12Fix CDPATH problem.Junio C Hamano1-0/+3
2005-09-07Big tool rename.Junio C Hamano1-0/+165