summaryrefslogtreecommitdiff
path: root/git-clone.sh
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-06Explicitly add the default "git pull" behaviour to .git/config on cloneLibravatar Andy Parkins1-1/+3
2006-12-06Merge Libravatar Junio C Hamano1-5/+5
2006-12-04git-clone: Rename --use-immingled-remote option to --no-separate-remoteLibravatar Jakub Narebski1-3/+3
2006-11-27Use .git/config for storing "origin" shortcut repositoryLibravatar Andy Parkins1-5/+5
2006-11-24git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Libravatar Junio C Hamano1-0/+4
2006-11-24allow cloning a repository "shallowly"Libravatar Johannes Schindelin1-3/+16
2006-11-23Make git-clone --use-separate-remote the defaultLibravatar Petr Baudis1-7/+7
2006-10-23Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2006-10-23git-clone: honor --quietLibravatar Jim Meyering1-1/+2
2006-10-20git-clone: define die() and use it.Libravatar Dmitry V. Levin1-37/+24
2006-10-14clone: the given repository dir should be relative to $PWDLibravatar Yasushi SHOJI1-1/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandLibravatar Sasha Khapyorsky1-0/+4
2006-09-13Trivial support for cloning and fetching via ftp://.Libravatar Sasha Khapyorsky1-1/+1
2006-08-07handle https:// protocol in git-cloneLibravatar Michael Krelin1-1/+1
2006-08-02Ensure git-clone exits with error if perl script fails.Libravatar Ramsay Allan Jones1-2/+3
2006-07-13fetch/clone: check return status from ls-remoteLibravatar Junio C Hamano1-2/+2
2006-07-08Using 'perl' in *.shLibravatar Michal Rokos1-1/+1
2006-06-27Fix expr usage for FreeBSDLibravatar Dennis Stosberg1-1/+1
2006-06-10git-clone: fix --bare over dumb-httpLibravatar Junio C Hamano1-6/+2
2006-06-08git-clone: fix duplicated "master" in $GIT_DIR/remotes/originLibravatar Junio C Hamano1-5/+10
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Libravatar Junio C Hamano1-2/+8
2006-05-22Problem: 'trap...exit' causes error message when /bin/sh is ash.Libravatar Yakov Lerner1-2/+2
2006-05-07clone: don't clone the info/alternates fileLibravatar Martin Waitz1-5/+1
2006-05-07clone: keep --reference even with -l -sLibravatar Martin Waitz1-1/+1
2006-04-13Shell utilities: Guard against expr' magic tokens.Libravatar Mark Wooding1-3/+3
2006-04-02git-clone: fix handling of upsteram whose HEAD does not point at master.Libravatar Junio C Hamano1-19/+28
2006-03-30git-clone: exit early if repo isn't specifiedLibravatar Yasushi SHOJI1-2/+8
2006-03-30Make git-clone to take long double-dashed origin option (--origin)Libravatar Yasushi SHOJI1-5/+6
2006-03-22git-clone: typofix.Libravatar Junio C Hamano1-2/+2
2006-03-21clone: record the remote primary branch with remotes/$origin/HEADLibravatar Junio C Hamano1-3/+9
2006-03-21revamp git-clone (take #2).Libravatar Junio C Hamano1-19/+31
2006-03-20revamp git-clone.Libravatar Junio C Hamano1-32/+152
2006-02-23Merge fixes early for next maint series.Libravatar Junio C Hamano1-2/+2