aboutsummaryrefslogtreecommitdiff
path: root/git-clone.sh
Commit message (Expand)AuthorAge
* clone: fix options '-o' and '--origin' to be recognised againMarco Roeland2007-12-19
* Merge branch 'maint'Junio C Hamano2007-12-17
|\
| * clone: correctly report http_fetch errorsJeff King2007-12-17
* | Fix clone not to ignore depth when performing a local cloneCharles Bailey2007-12-12
* | git-clone: print an error message when trying to clone empty repoJeff King2007-12-11
* | Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin2007-11-28
* | sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit2007-11-08
* | Migrate git-clone to use git-rev-parse --parseoptPierre Habouzit2007-11-05
* | git-clone: honor "--" to end argument parsingHeikki Orsila2007-11-03
|/
* honor the http.sslVerify option in shell scriptsAurelien Bompard2007-10-28
* git-clone: improve error message if curl program is missing or not executableGerrit Pape2007-09-13
* git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano2007-08-20
* git-clone: allow --bare cloneJunio C Hamano2007-08-15
* git-clone: aggressively optimize local clone behaviour.Junio C Hamano2007-08-01
* make git-clone GIT_WORK_TREE awareMatthias Lederhofer2007-07-05
* git-clone: split up long &&-command-chain and use a function for cleanupMatthias Lederhofer2007-07-05
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Merge branch 'jo/init'Junio C Hamano2007-07-02
|\
| * Quiet the output from git-init when cloning, if requested.Jeffrey C. Ollie2007-06-27
* | git-clone: fetch possibly detached HEAD over dumb httpSven Verdoolaege2007-07-02
|/
* Cloning from a repo without "current branch"Nanako Shiraishi2007-06-20
* Merge branch 'ar/clone'Junio C Hamano2007-06-08
|\
| * Fix clone to setup the origin if its name ends with .gitAlex Riesen2007-06-06
* | War on whitespaceJunio C Hamano2007-06-07
|/
* Fix git-clone buglet for remote case.Junio C Hamano2007-05-14
* git-clone: don't get fooled by $PWDJunio C Hamano2007-05-10
* git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano2007-04-20
* http-fetch: don't use double-slash as directory separator in URLsGerrit Pape2007-03-28
* make git clone -q suppress the noise with http fetchChris Wright2007-03-19
* Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-24
* fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-19
* git-clone --reference: work well with pack-ref'ed reference repositoryJunio C Hamano2007-02-07
* git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano2007-02-04
* Escape --upload-pack from expr.Shawn O. Pearce2007-01-31
* Replace perl code with pure shell codeSimon 'corecode' Schubert2007-01-29
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano2007-01-24
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-12
* git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard2007-01-09
* Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano2006-12-28
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-27
|\
| * git-clone: lose the traditional 'no-separate-remote' layoutJunio C Hamano2006-12-16
| * git-clone: lose the artificial "first" fetch refspecJunio C Hamano2006-12-16
| * git-clone: use wildcard specification for tracking branchesJunio C Hamano2006-12-16
| * Explicitly add the default "git pull" behaviour to .git/config on cloneAndy Parkins2006-12-06
| * Merge Junio C Hamano2006-12-06
| |\
| | * Use .git/config for storing "origin" shortcut repositoryAndy Parkins2006-11-27
| * | git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski2006-12-04
| |/
| * git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano2006-11-24
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-24
|/