summaryrefslogtreecommitdiff
path: root/git-clone.sh
AgeCommit message (Expand)Author
2007-09-14git-clone: improve error message if curl program is missing or not executableGerrit Pape
2007-08-20git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano
2007-08-16git-clone: allow --bare cloneJunio C Hamano
2007-08-02git-clone: aggressively optimize local clone behaviour.Junio C Hamano
2007-07-06make git-clone GIT_WORK_TREE awareMatthias Lederhofer
2007-07-06git-clone: split up long &&-command-chain and use a function for cleanupMatthias Lederhofer
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-07-03Merge branch 'jo/init'Junio C Hamano
2007-07-02git-clone: fetch possibly detached HEAD over dumb httpSven Verdoolaege
2007-06-28Quiet the output from git-init when cloning, if requested.Jeffrey C. Ollie
2007-06-20Cloning from a repo without "current branch"Nanako Shiraishi
2007-06-09Merge branch 'ar/clone'Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-06Fix clone to setup the origin if its name ends with .gitAlex Riesen
2007-05-14Fix git-clone buglet for remote case.Junio C Hamano
2007-05-10git-clone: don't get fooled by $PWDJunio C Hamano
2007-04-21git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape
2007-03-20make git clone -q suppress the noise with http fetchChris Wright
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin
2007-02-20fetch & clone: do not output progress when not on a ttyJohannes Schindelin
2007-02-07git-clone --reference: work well with pack-ref'ed reference repositoryJunio C Hamano
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano
2007-01-31Escape --upload-pack from expr.Shawn O. Pearce
2007-01-29Replace perl code with pure shell codeSimon 'corecode' Schubert
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-25ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-10git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard
2006-12-29Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano
2006-12-16git-clone: lose the traditional 'no-separate-remote' layoutJunio C Hamano
2006-12-16git-clone: lose the artificial "first" fetch refspecJunio C Hamano
2006-12-16git-clone: use wildcard specification for tracking branchesJunio C Hamano
2006-12-06Explicitly add the default "git pull" behaviour to .git/config on cloneAndy Parkins
2006-12-06Merge Junio C Hamano
2006-12-04git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski
2006-11-28Use .git/config for storing "origin" shortcut repositoryAndy Parkins
2006-11-25git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin
2006-11-24Make git-clone --use-separate-remote the defaultPetr Baudis
2006-10-24Merge branch 'maint'Junio C Hamano
2006-10-23git-clone: honor --quietJim Meyering
2006-10-20git-clone: define die() and use it.Dmitry V. Levin
2006-10-15clone: the given repository dir should be relative to $PWDYasushi SHOJI
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