| Commit message (Expand) | Author | Age | Files | Lines |
* | git-clone --reference: work well with pack-ref'ed reference repository | Junio C Hamano | 2007-02-07 | 1 | -35/+21 |
* | git-clone --reference: saner handling of borrowed symrefs. | Junio C Hamano | 2007-02-04 | 1 | -1/+28 |
* | Escape --upload-pack from expr. | Shawn O. Pearce | 2007-01-31 | 1 | -1/+1 |
* | Replace perl code with pure shell code | Simon 'corecode' Schubert | 2007-01-29 | 1 | -44/+23 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -5/+5 |
* | ls-remote and clone: accept --upload-pack=<path> as well. | Junio C Hamano | 2007-01-24 | 1 | -1/+3 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 1 | -1/+1 |
* | git-clone: Make sure the master branch exists before running cat on it. | Alexandre Julliard | 2007-01-09 | 1 | -1/+1 |
* | Allow non-fast-forward of remote tracking branches in default clone | Junio C Hamano | 2006-12-28 | 1 | -1/+1 |
* | Merge branch 'master' into js/shallow | Junio C Hamano | 2006-12-27 | 1 | -45/+30 |
|\ |
|
| * | git-clone: lose the traditional 'no-separate-remote' layout | Junio C Hamano | 2006-12-16 | 1 | -46/+12 |
| * | git-clone: lose the artificial "first" fetch refspec | Junio C Hamano | 2006-12-16 | 1 | -4/+4 |
| * | git-clone: use wildcard specification for tracking branches | Junio C Hamano | 2006-12-16 | 1 | -17/+30 |
| * | Explicitly add the default "git pull" behaviour to .git/config on clone | Andy Parkins | 2006-12-06 | 1 | -1/+3 |
| * | Merge | Junio C Hamano | 2006-12-06 | 1 | -5/+5 |
| |\ |
|
| | * | Use .git/config for storing "origin" shortcut repository | Andy Parkins | 2006-11-27 | 1 | -5/+5 |
| * | | git-clone: Rename --use-immingled-remote option to --no-separate-remote | Jakub Narebski | 2006-12-04 | 1 | -3/+3 |
| |/ |
|
| * | git-clone: stop dumb protocol from copying refs outside heads/ and tags/. | Junio C Hamano | 2006-11-24 | 1 | -0/+4 |
* | | allow cloning a repository "shallowly" | Johannes Schindelin | 2006-11-24 | 1 | -3/+16 |
|/ |
|
* | Make git-clone --use-separate-remote the default | Petr Baudis | 2006-11-23 | 1 | -7/+7 |
* | Merge branch 'maint' | Junio C Hamano | 2006-10-23 | 1 | -1/+2 |
|\ |
|
| * | git-clone: honor --quiet | Jim Meyering | 2006-10-23 | 1 | -1/+2 |
* | | git-clone: define die() and use it. | Dmitry V. Levin | 2006-10-20 | 1 | -37/+24 |
|/ |
|
* | clone: the given repository dir should be relative to $PWD | Yasushi SHOJI | 2006-10-14 | 1 | -1/+1 |
* | http/ftp: optionally ask curl to not use EPSV command | Sasha Khapyorsky | 2006-09-28 | 1 | -0/+4 |
* | Trivial support for cloning and fetching via ftp://. | Sasha Khapyorsky | 2006-09-13 | 1 | -1/+1 |
* | handle https:// protocol in git-clone | Michael Krelin | 2006-08-07 | 1 | -1/+1 |
* | Ensure git-clone exits with error if perl script fails. | Ramsay Allan Jones | 2006-08-02 | 1 | -2/+3 |
* | fetch/clone: check return status from ls-remote | Junio C Hamano | 2006-07-13 | 1 | -2/+2 |
* | Using 'perl' in *.sh | Michal Rokos | 2006-07-08 | 1 | -1/+1 |
* | Fix expr usage for FreeBSD | Dennis Stosberg | 2006-06-27 | 1 | -1/+1 |
* | git-clone: fix --bare over dumb-http | Junio C Hamano | 2006-06-10 | 1 | -6/+2 |
* | git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin | Junio C Hamano | 2006-06-08 | 1 | -5/+10 |
* | Let git-clone to pass --template=dir option to git-init-db. | Junio C Hamano | 2006-05-28 | 1 | -2/+8 |
* | Problem: 'trap...exit' causes error message when /bin/sh is ash. | Yakov Lerner | 2006-05-22 | 1 | -2/+2 |
* | clone: don't clone the info/alternates file | Martin Waitz | 2006-05-07 | 1 | -5/+1 |
* | clone: keep --reference even with -l -s | Martin Waitz | 2006-05-07 | 1 | -1/+1 |
* | Shell utilities: Guard against expr' magic tokens. | Mark Wooding | 2006-04-13 | 1 | -3/+3 |
* | git-clone: fix handling of upsteram whose HEAD does not point at master. | Junio C Hamano | 2006-04-02 | 1 | -19/+28 |
* | git-clone: exit early if repo isn't specified | Yasushi SHOJI | 2006-03-30 | 1 | -2/+8 |
* | Make git-clone to take long double-dashed origin option (--origin) | Yasushi SHOJI | 2006-03-30 | 1 | -5/+6 |
* | git-clone: typofix. | Junio C Hamano | 2006-03-22 | 1 | -2/+2 |
* | clone: record the remote primary branch with remotes/$origin/HEAD | Junio C Hamano | 2006-03-21 | 1 | -3/+9 |
* | revamp git-clone (take #2). | Junio C Hamano | 2006-03-21 | 1 | -19/+31 |
* | revamp git-clone. | Junio C Hamano | 2006-03-20 | 1 | -32/+152 |
* | Merge fixes early for next maint series. | Junio C Hamano | 2006-02-23 | 1 | -2/+2 |
|\ |
|
| *-. | Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ... | Junio C Hamano | 2006-02-23 | 1 | -2/+2 |
| |\ \ |
|
| | | * | fix t5600-clone-fail-cleanup.sh on windows | Alex Riesen | 2006-02-23 | 1 | -1/+1 |
| | |/
| |/| |
|
| | * | checkout - eye candy. | Junio C Hamano | 2006-02-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge part of jc/portable branch | Junio C Hamano | 2006-02-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|