110 Commits (be5f5bf02706357794cdf093ebe603aa82ae52eb)

Author SHA1 Message Date
Gerrit Pape 5274ba6907 git-clone.sh: properly configure remote even if remote's head is dangling 17 years ago
Marco Roeland 9d81e03b5c clone: fix options '-o' and '--origin' to be recognised again 17 years ago
Jeff King 6851162adf clone: correctly report http_fetch errors 17 years ago
Charles Bailey d4110a9726 Fix clone not to ignore depth when performing a local clone 17 years ago
Jeff King ef4cffde9c git-clone: print an error message when trying to clone empty repo 17 years ago
Johannes Schindelin 3addc94aff Replace instances of export VAR=VAL with VAR=VAL; export VAR 17 years ago
Pierre Habouzit e817e3e857 sh-setup: don't let eval output to be shell-expanded. 17 years ago
Pierre Habouzit 943625998b Migrate git-clone to use git-rev-parse --parseopt 17 years ago
Heikki Orsila 19391c371c git-clone: honor "--" to end argument parsing 17 years ago
Aurelien Bompard 1c1f79a1e4 honor the http.sslVerify option in shell scripts 17 years ago
Gerrit Pape f28dd4774d git-clone: improve error message if curl program is missing or not executable 17 years ago
Junio C Hamano 23d53358be git clone: do not issue warning while cloning locally across filesystems 17 years ago
Junio C Hamano 312efe9b58 git-clone: allow --bare clone 17 years ago
Junio C Hamano 3d5c418ff5 git-clone: aggressively optimize local clone behaviour. 18 years ago
Matthias Lederhofer 20ccef4968 make git-clone GIT_WORK_TREE aware 18 years ago
Matthias Lederhofer 68ad8910f7 git-clone: split up long &&-command-chain and use a function for cleanup 18 years ago
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Sven Verdoolaege 59c93929c8 git-clone: fetch possibly detached HEAD over dumb http 18 years ago
Jeffrey C. Ollie 279050d044 Quiet the output from git-init when cloning, if requested. 18 years ago
Nanako Shiraishi 6762079a96 Cloning from a repo without "current branch" 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Alex Riesen defe13a24a Fix clone to setup the origin if its name ends with .git 18 years ago
Junio C Hamano 223fa32784 Fix git-clone buglet for remote case. 18 years ago
Junio C Hamano c2f599e09f git-clone: don't get fooled by $PWD 18 years ago
Junio C Hamano 928c210a47 git-clone: fix dumb protocol transport to clone from pack-pruned ref 18 years ago
Gerrit Pape 2afea3bcd2 http-fetch: don't use double-slash as directory separator in URLs 18 years ago
Chris Wright 7e8c8255e9 make git clone -q suppress the noise with http fetch 18 years ago
Johannes Schindelin b0e908977e Fixup no-progress for fetch & clone 18 years ago
Johannes Schindelin 83a5ad6126 fetch & clone: do not output progress when not on a tty 18 years ago
Junio C Hamano 099c783767 git-clone --reference: work well with pack-ref'ed reference repository 18 years ago
Junio C Hamano 1f7d1a53fe git-clone --reference: saner handling of borrowed symrefs. 18 years ago
Shawn O. Pearce 4a91a1f37e Escape --upload-pack from expr. 18 years ago
Simon 'corecode' Schubert def2747d0e Replace perl code with pure shell code 18 years ago
Tom Prince e0d10e1c63 [PATCH] Rename git-repo-config to git-config. 18 years ago
Junio C Hamano ae1dffcb28 ls-remote and clone: accept --upload-pack=<path> as well. 18 years ago
Nicolas Pitre 5c94f87e6b use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
Alexandre Julliard 3fe71f3a6f git-clone: Make sure the master branch exists before running cat on it. 18 years ago
Junio C Hamano 013672bc58 Allow non-fast-forward of remote tracking branches in default clone 18 years ago
Junio C Hamano 63085fabbd git-clone: lose the traditional 'no-separate-remote' layout 18 years ago
Junio C Hamano 3dd3d5b0e2 git-clone: lose the artificial "first" fetch refspec 18 years ago
Junio C Hamano 61dde8f916 git-clone: use wildcard specification for tracking branches 18 years ago
Andy Parkins 955289bf92 Explicitly add the default "git pull" behaviour to .git/config on clone 18 years ago
Jakub Narebski b360cca0b1 git-clone: Rename --use-immingled-remote option to --no-separate-remote 18 years ago
Andy Parkins 255cae88bc Use .git/config for storing "origin" shortcut repository 18 years ago
Junio C Hamano 983d2ee284 git-clone: stop dumb protocol from copying refs outside heads/ and tags/. 18 years ago
Johannes Schindelin 016e6ccbe0 allow cloning a repository "shallowly" 18 years ago
Petr Baudis 7182135189 Make git-clone --use-separate-remote the default 18 years ago
Jim Meyering 810799ecab git-clone: honor --quiet 18 years ago
Dmitry V. Levin 87b787ac77 git-clone: define die() and use it. 18 years ago
Yasushi SHOJI ced78b3907 clone: the given repository dir should be relative to $PWD 18 years ago