93 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
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
Sasha Khapyorsky 3ea099d48b http/ftp: optionally ask curl to not use EPSV command 18 years ago
Sasha Khapyorsky 38529e28a4 Trivial support for cloning and fetching via ftp://. 18 years ago
Michael Krelin b20805af60 handle https:// protocol in git-clone 19 years ago
Ramsay Allan Jones 6ebdee5af4 Ensure git-clone exits with error if perl script fails. 19 years ago
Junio C Hamano 57a39690b9 fetch/clone: check return status from ls-remote 19 years ago
Michal Rokos d9bffc08fd Using 'perl' in *.sh 19 years ago
Dennis Stosberg 8096fae726 Fix expr usage for FreeBSD 19 years ago
Junio C Hamano 5e3a620cd5 git-clone: fix --bare over dumb-http 19 years ago
Junio C Hamano 2048bb00ee git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin 19 years ago
Junio C Hamano a57c8bac00 Let git-clone to pass --template=dir option to git-init-db. 19 years ago
Yakov Lerner f803eec51b Problem: 'trap...exit' causes error message when /bin/sh is ash. 19 years ago
Martin Waitz 0438402271 clone: don't clone the info/alternates file 19 years ago
Martin Waitz cf9dc65368 clone: keep --reference even with -l -s 19 years ago
Mark Wooding f327dbced2 Shell utilities: Guard against expr' magic tokens. 19 years ago
Junio C Hamano c72112e6e1 git-clone: fix handling of upsteram whose HEAD does not point at master. 19 years ago
Yasushi SHOJI ef5b4eabb6 git-clone: exit early if repo isn't specified 19 years ago