summaryrefslogtreecommitdiff
path: root/git-clone.sh
AgeCommit message (Expand)Author
2008-03-01clone: support cloning full bundlesSanti BĂ©jar
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape
2007-12-19clone: fix options '-o' and '--origin' to be recognised againMarco Roeland
2007-12-18Merge branch 'maint'Junio C Hamano
2007-12-17clone: correctly report http_fetch errorsJeff King
2007-12-12Fix clone not to ignore depth when performing a local cloneCharles Bailey
2007-12-11git-clone: print an error message when trying to clone empty repoJeff King
2007-11-29Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin
2007-11-08sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit
2007-11-06Migrate git-clone to use git-rev-parse --parseoptPierre Habouzit
2007-11-04git-clone: honor "--" to end argument parsingHeikki Orsila
2007-10-28honor the http.sslVerify option in shell scriptsAurelien Bompard
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