| Commit message (Expand) | Author | Age |
* | git-clone: lose the traditional 'no-separate-remote' layout | Junio C Hamano | 2006-12-16 |
* | git-clone: lose the artificial "first" fetch refspec | Junio C Hamano | 2006-12-16 |
* | git-clone: use wildcard specification for tracking branches | Junio C Hamano | 2006-12-16 |
* | Explicitly add the default "git pull" behaviour to .git/config on clone | Andy Parkins | 2006-12-06 |
* | Merge | Junio C Hamano | 2006-12-06 |
|\ |
|
| * | Use .git/config for storing "origin" shortcut repository | Andy Parkins | 2006-11-27 |
* | | git-clone: Rename --use-immingled-remote option to --no-separate-remote | Jakub Narebski | 2006-12-04 |
|/ |
|
* | git-clone: stop dumb protocol from copying refs outside heads/ and tags/. | Junio C Hamano | 2006-11-24 |
* | Make git-clone --use-separate-remote the default | Petr Baudis | 2006-11-23 |
* | Merge branch 'maint' | Junio C Hamano | 2006-10-23 |
|\ |
|
| * | git-clone: honor --quiet | Jim Meyering | 2006-10-23 |
* | | git-clone: define die() and use it. | Dmitry V. Levin | 2006-10-20 |
|/ |
|
* | clone: the given repository dir should be relative to $PWD | Yasushi SHOJI | 2006-10-14 |
* | http/ftp: optionally ask curl to not use EPSV command | Sasha Khapyorsky | 2006-09-28 |
* | Trivial support for cloning and fetching via ftp://. | Sasha Khapyorsky | 2006-09-13 |
* | handle https:// protocol in git-clone | Michael Krelin | 2006-08-07 |
* | Ensure git-clone exits with error if perl script fails. | Ramsay Allan Jones | 2006-08-02 |
* | fetch/clone: check return status from ls-remote | Junio C Hamano | 2006-07-13 |
* | Using 'perl' in *.sh | Michal Rokos | 2006-07-08 |
* | Fix expr usage for FreeBSD | Dennis Stosberg | 2006-06-27 |
* | git-clone: fix --bare over dumb-http | Junio C Hamano | 2006-06-10 |
* | git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin | Junio C Hamano | 2006-06-08 |
* | Let git-clone to pass --template=dir option to git-init-db. | Junio C Hamano | 2006-05-28 |
* | Problem: 'trap...exit' causes error message when /bin/sh is ash. | Yakov Lerner | 2006-05-22 |
* | clone: don't clone the info/alternates file | Martin Waitz | 2006-05-07 |
* | clone: keep --reference even with -l -s | Martin Waitz | 2006-05-07 |
* | Shell utilities: Guard against expr' magic tokens. | Mark Wooding | 2006-04-13 |
* | git-clone: fix handling of upsteram whose HEAD does not point at master. | Junio C Hamano | 2006-04-02 |
* | git-clone: exit early if repo isn't specified | Yasushi SHOJI | 2006-03-30 |
* | Make git-clone to take long double-dashed origin option (--origin) | Yasushi SHOJI | 2006-03-30 |
* | git-clone: typofix. | Junio C Hamano | 2006-03-22 |
* | clone: record the remote primary branch with remotes/$origin/HEAD | Junio C Hamano | 2006-03-21 |
* | revamp git-clone (take #2). | Junio C Hamano | 2006-03-21 |
* | revamp git-clone. | Junio C Hamano | 2006-03-20 |
* | Merge fixes early for next maint series. | Junio C Hamano | 2006-02-23 |
|\ |
|
| *-. | Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ... | Junio C Hamano | 2006-02-23 |
| |\ \ |
|
| | | * | fix t5600-clone-fail-cleanup.sh on windows | Alex Riesen | 2006-02-23 |
| | |/
| |/| |
|
| | * | checkout - eye candy. | Junio C Hamano | 2006-02-22 |
| |/ |
|
* | | Merge part of jc/portable branch | Junio C Hamano | 2006-02-21 |
|\ \
| |/
|/| |
|
| * | Fix cpio call | Johannes Schindelin | 2006-02-17 |
* | | Trap exit to clean up created directory if clone fails. | Carl Worth | 2006-02-17 |
|/ |
|
* | Print an error if cloning a http repo and NO_CURL is set | Fernando J. Pereda | 2006-02-15 |
* | clone: do not accept more than one -o option. | Junio C Hamano | 2006-01-24 |
* | clone: do not create remotes/origin nor origin branch in a bare repository. | Junio C Hamano | 2006-01-24 |
* | git-clone: PG13 --naked option to --bare. | Junio C Hamano | 2006-01-24 |
* | Fix generation of "humanish" part of source repo | Uwe Zeisberger | 2006-01-19 |
* | clone: --naked option. | Junio C Hamano | 2006-01-14 |
* | git-clone: do not special case dumb http. | Junio C Hamano | 2005-12-23 |
* | git-clone: Support changing the origin branch with -o | Johannes Schindelin | 2005-12-22 |
* | Trivial usage string clean-up | freku045@student.liu.se | 2005-12-14 |