summaryrefslogtreecommitdiff
path: root/git-clone.sh
AgeCommit message (Expand)AuthorFilesLines
2008-05-04Build in cloneLibravatar Daniel Barkalow1-523/+0
2008-04-28Use "=" instead of "==" in condition as it is more portableLibravatar Alex Riesen1-1/+1
2008-04-27clone: detect and fail on excess parametersLibravatar Junio C Hamano1-0/+1
2008-03-30Silence cpio's "N blocks" output when cloning locallyLibravatar Bryan Donlan1-1/+5
2008-02-29clone: support cloning full bundlesLibravatar Santi BĂ©jar1-7/+30
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingLibravatar Gerrit Pape1-5/+13
2007-12-19clone: fix options '-o' and '--origin' to be recognised againLibravatar Marco Roeland1-1/+1
2007-12-17Merge branch 'maint'Libravatar Junio C Hamano1-5/+6
2007-12-17clone: correctly report http_fetch errorsLibravatar Jeff King1-5/+6
2007-12-12Fix clone not to ignore depth when performing a local cloneLibravatar Charles Bailey1-1/+4
2007-12-11git-clone: print an error message when trying to clone empty repoLibravatar Jeff King1-1/+2
2007-11-28Replace instances of export VAR=VAL with VAR=VAL; export VARLibravatar Johannes Schindelin1-1/+1
2007-11-08sh-setup: don't let eval output to be shell-expanded.Libravatar Pierre Habouzit1-1/+1
2007-11-05Migrate git-clone to use git-rev-parse --parseoptLibravatar Pierre Habouzit1-45/+56
2007-11-03git-clone: honor "--" to end argument parsingLibravatar Heikki Orsila1-1/+4
2007-10-28honor the http.sslVerify option in shell scriptsLibravatar Aurelien Bompard1-1/+2
2007-09-13git-clone: improve error message if curl program is missing or not executableLibravatar Gerrit Pape1-1/+5
2007-08-20git clone: do not issue warning while cloning locally across filesystemsLibravatar Junio C Hamano1-1/+4
2007-08-15git-clone: allow --bare cloneLibravatar Junio C Hamano1-1/+6
2007-08-01git-clone: aggressively optimize local clone behaviour.Libravatar Junio C Hamano1-29/+35
2007-07-05make git-clone GIT_WORK_TREE awareLibravatar Matthias Lederhofer1-7/+18
2007-07-05git-clone: split up long &&-command-chain and use a function for cleanupLibravatar Matthias Lederhofer1-4/+13
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-13/+13
2007-07-02Merge branch 'jo/init'Libravatar Junio C Hamano1-1/+1
2007-07-02git-clone: fetch possibly detached HEAD over dumb httpLibravatar Sven Verdoolaege1-0/+11
2007-06-27Quiet the output from git-init when cloning, if requested.Libravatar Jeffrey C. Ollie1-1/+1
2007-06-20Cloning from a repo without "current branch"Libravatar Nanako Shiraishi1-7/+13
2007-06-08Merge branch 'ar/clone'Libravatar Junio C Hamano1-1/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-3/+2
2007-06-06Fix clone to setup the origin if its name ends with .gitLibravatar Alex Riesen1-1/+1
2007-05-14Fix git-clone buglet for remote case.Libravatar Junio C Hamano1-2/+2
2007-05-10git-clone: don't get fooled by $PWDLibravatar Junio C Hamano1-1/+8
2007-04-20git-clone: fix dumb protocol transport to clone from pack-pruned refLibravatar Junio C Hamano1-1/+1
2007-03-28http-fetch: don't use double-slash as directory separator in URLsLibravatar Gerrit Pape1-1/+1
2007-03-19make git clone -q suppress the noise with http fetchLibravatar Chris Wright1-1/+2
2007-02-24Fixup no-progress for fetch & cloneLibravatar Johannes Schindelin1-1/+1
2007-02-19fetch & clone: do not output progress when not on a ttyLibravatar Johannes Schindelin1-2/+4
2007-02-07git-clone --reference: work well with pack-ref'ed reference repositoryLibravatar Junio C Hamano1-35/+21
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Libravatar Junio C Hamano1-1/+28
2007-01-31Escape --upload-pack from expr.Libravatar Shawn O. Pearce1-1/+1
2007-01-29Replace perl code with pure shell codeLibravatar Simon 'corecode' Schubert1-44/+23
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-5/+5
2007-01-24ls-remote and clone: accept --upload-pack=<path> as well.Libravatar Junio C Hamano1-1/+3
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsLibravatar Nicolas Pitre1-1/+1
2007-01-09git-clone: Make sure the master branch exists before running cat on it.Libravatar Alexandre Julliard1-1/+1
2006-12-28Allow non-fast-forward of remote tracking branches in default cloneLibravatar Junio C Hamano1-1/+1
2006-12-27Merge branch 'master' into js/shallowLibravatar Junio C Hamano1-45/+30
2006-12-16git-clone: lose the traditional 'no-separate-remote' layoutLibravatar Junio C Hamano1-46/+12
2006-12-16git-clone: lose the artificial "first" fetch refspecLibravatar Junio C Hamano1-4/+4
2006-12-16git-clone: use wildcard specification for tracking branchesLibravatar Junio C Hamano1-17/+30