summaryrefslogtreecommitdiffstats
path: root/git-clone.sh
AgeCommit message (Expand)AuthorLines
2007-05-14Fix git-clone buglet for remote case.Junio C Hamano-2/+2
2007-05-10git-clone: don't get fooled by $PWDJunio C Hamano-1/+8
2007-04-20git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano-1/+1
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape-1/+1
2007-03-19make git clone -q suppress the noise with http fetchChris Wright-1/+2
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin-1/+1
2007-02-19fetch & clone: do not output progress when not on a ttyJohannes Schindelin-2/+4
2007-02-07git-clone --reference: work well with pack-ref'ed reference repositoryJunio C Hamano-35/+21
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano-1/+28
2007-01-31Escape --upload-pack from expr.Shawn O. Pearce-1/+1
2007-01-29Replace perl code with pure shell codeSimon 'corecode' Schubert-44/+23
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince-5/+5
2007-01-24ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano-1/+3
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre-1/+1
2007-01-09git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard-1/+1
2006-12-28Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano-1/+1
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano-45/+30
2006-12-16git-clone: lose the traditional 'no-separate-remote' layoutJunio C Hamano-46/+12
2006-12-16git-clone: lose the artificial "first" fetch refspecJunio C Hamano-4/+4
2006-12-16git-clone: use wildcard specification for tracking branchesJunio C Hamano-17/+30
2006-12-06Explicitly add the default "git pull" behaviour to .git/config on cloneAndy Parkins-1/+3
2006-12-06Merge Junio C Hamano-5/+5
2006-12-04git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski-3/+3
2006-11-27Use .git/config for storing "origin" shortcut repositoryAndy Parkins-5/+5
2006-11-24git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano-0/+4
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin-3/+16
2006-11-23Make git-clone --use-separate-remote the defaultPetr Baudis-7/+7
2006-10-23Merge branch 'maint'Junio C Hamano-1/+2
2006-10-23git-clone: honor --quietJim Meyering-1/+2
2006-10-20git-clone: define die() and use it.Dmitry V. Levin-37/+24
2006-10-14clone: the given repository dir should be relative to $PWDYasushi SHOJI-1/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky-0/+4
2006-09-13Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky-1/+1
2006-08-07handle https:// protocol in git-cloneMichael Krelin-1/+1
2006-08-02Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones-2/+3
2006-07-13fetch/clone: check return status from ls-remoteJunio C Hamano-2/+2
2006-07-08Using 'perl' in *.shMichal Rokos-1/+1
2006-06-27Fix expr usage for FreeBSDDennis Stosberg-1/+1
2006-06-10git-clone: fix --bare over dumb-httpJunio C Hamano-6/+2
2006-06-08git-clone: fix duplicated "master" in $GIT_DIR/remotes/originJunio C Hamano-5/+10
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano-2/+8
2006-05-22Problem: 'trap...exit' causes error message when /bin/sh is ash.Yakov Lerner-2/+2
2006-05-07clone: don't clone the info/alternates fileMartin Waitz-5/+1
2006-05-07clone: keep --reference even with -l -sMartin Waitz-1/+1
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding-3/+3
2006-04-02git-clone: fix handling of upsteram whose HEAD does not point at master.Junio C Hamano-19/+28
2006-03-30git-clone: exit early if repo isn't specifiedYasushi SHOJI-2/+8
2006-03-30Make git-clone to take long double-dashed origin option (--origin)Yasushi SHOJI-5/+6
2006-03-22git-clone: typofix.Junio C Hamano-2/+2
2006-03-21clone: record the remote primary branch with remotes/$origin/HEADJunio C Hamano-3/+9