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