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