| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-05-04 | Build in clone | Daniel Barkalow | 1 | -523/+0 |
| 2008-04-28 | Use "=" instead of "==" in condition as it is more portable | Alex Riesen | 1 | -1/+1 |
| 2008-04-27 | clone: detect and fail on excess parameters | Junio C Hamano | 1 | -0/+1 |
| 2008-03-30 | Silence cpio's "N blocks" output when cloning locally | Bryan Donlan | 1 | -1/+5 |
| 2008-02-29 | clone: support cloning full bundles | Santi Béjar | 1 | -7/+30 |
| 2008-02-20 | git-clone.sh: properly configure remote even if remote's head is dangling | Gerrit Pape | 1 | -5/+13 |
| 2007-12-19 | clone: fix options '-o' and '--origin' to be recognised again | Marco Roeland | 1 | -1/+1 |
| 2007-12-17 | Merge branch 'maint' | Junio C Hamano | 1 | -5/+6 |
| 2007-12-17 | clone: correctly report http_fetch errors | Jeff King | 1 | -5/+6 |
| 2007-12-12 | Fix clone not to ignore depth when performing a local clone | Charles Bailey | 1 | -1/+4 |
| 2007-12-11 | git-clone: print an error message when trying to clone empty repo | Jeff King | 1 | -1/+2 |
| 2007-11-28 | Replace instances of export VAR=VAL with VAR=VAL; export VAR | Johannes Schindelin | 1 | -1/+1 |
| 2007-11-08 | sh-setup: don't let eval output to be shell-expanded. | Pierre Habouzit | 1 | -1/+1 |
| 2007-11-05 | Migrate git-clone to use git-rev-parse --parseopt | Pierre Habouzit | 1 | -45/+56 |
| 2007-11-03 | git-clone: honor "--" to end argument parsing | Heikki Orsila | 1 | -1/+4 |
| 2007-10-28 | honor the http.sslVerify option in shell scripts | Aurelien Bompard | 1 | -1/+2 |
| 2007-09-13 | git-clone: improve error message if curl program is missing or not executable | Gerrit Pape | 1 | -1/+5 |
| 2007-08-20 | git clone: do not issue warning while cloning locally across filesystems | Junio C Hamano | 1 | -1/+4 |
| 2007-08-15 | git-clone: allow --bare clone | Junio C Hamano | 1 | -1/+6 |
| 2007-08-01 | git-clone: aggressively optimize local clone behaviour. | Junio C Hamano | 1 | -29/+35 |
| 2007-07-05 | make git-clone GIT_WORK_TREE aware | Matthias Lederhofer | 1 | -7/+18 |
| 2007-07-05 | git-clone: split up long &&-command-chain and use a function for cleanup | Matthias Lederhofer | 1 | -4/+13 |
| 2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -13/+13 |
| 2007-07-02 | Merge branch 'jo/init' | Junio C Hamano | 1 | -1/+1 |
| 2007-07-02 | git-clone: fetch possibly detached HEAD over dumb http | Sven Verdoolaege | 1 | -0/+11 |
| 2007-06-27 | Quiet the output from git-init when cloning, if requested. | Jeffrey C. Ollie | 1 | -1/+1 |
| 2007-06-20 | Cloning from a repo without "current branch" | Nanako Shiraishi | 1 | -7/+13 |
| 2007-06-08 | Merge branch 'ar/clone' | Junio C Hamano | 1 | -1/+1 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -3/+2 |
| 2007-06-06 | Fix clone to setup the origin if its name ends with .git | Alex Riesen | 1 | -1/+1 |
| 2007-05-14 | Fix git-clone buglet for remote case. | Junio C Hamano | 1 | -2/+2 |
| 2007-05-10 | git-clone: don't get fooled by $PWD | Junio C Hamano | 1 | -1/+8 |
| 2007-04-20 | git-clone: fix dumb protocol transport to clone from pack-pruned ref | Junio C Hamano | 1 | -1/+1 |
| 2007-03-28 | http-fetch: don't use double-slash as directory separator in URLs | Gerrit Pape | 1 | -1/+1 |
| 2007-03-19 | make git clone -q suppress the noise with http fetch | Chris Wright | 1 | -1/+2 |
| 2007-02-24 | Fixup no-progress for fetch & clone | Johannes Schindelin | 1 | -1/+1 |
| 2007-02-19 | fetch & clone: do not output progress when not on a tty | Johannes Schindelin | 1 | -2/+4 |
| 2007-02-07 | git-clone --reference: work well with pack-ref'ed reference repository | Junio C Hamano | 1 | -35/+21 |
| 2007-02-04 | git-clone --reference: saner handling of borrowed symrefs. | Junio C Hamano | 1 | -1/+28 |
| 2007-01-31 | Escape --upload-pack from expr. | Shawn O. Pearce | 1 | -1/+1 |
| 2007-01-29 | Replace perl code with pure shell code | Simon 'corecode' Schubert | 1 | -44/+23 |
| 2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -5/+5 |
| 2007-01-24 | ls-remote and clone: accept --upload-pack=<path> as well. | Junio C Hamano | 1 | -1/+3 |
| 2007-01-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -1/+1 |
| 2007-01-09 | git-clone: Make sure the master branch exists before running cat on it. | Alexandre Julliard | 1 | -1/+1 |
| 2006-12-28 | Allow non-fast-forward of remote tracking branches in default clone | Junio C Hamano | 1 | -1/+1 |
| 2006-12-27 | Merge branch 'master' into js/shallow | Junio C Hamano | 1 | -45/+30 |
| 2006-12-16 | git-clone: lose the traditional 'no-separate-remote' layout | Junio C Hamano | 1 | -46/+12 |
| 2006-12-16 | git-clone: lose the artificial "first" fetch refspec | Junio C Hamano | 1 | -4/+4 |
| 2006-12-16 | git-clone: use wildcard specification for tracking branches | Junio C Hamano | 1 | -17/+30 |
| 2006-12-06 | Explicitly add the default "git pull" behaviour to .git/config on clone | Andy Parkins | 1 | -1/+3 |
| 2006-12-06 | Merge | Junio C Hamano | 1 | -5/+5 |
| 2006-12-04 | git-clone: Rename --use-immingled-remote option to --no-separate-remote | Jakub Narebski | 1 | -3/+3 |
| 2006-11-27 | Use .git/config for storing "origin" shortcut repository | Andy Parkins | 1 | -5/+5 |
| 2006-11-24 | git-clone: stop dumb protocol from copying refs outside heads/ and tags/. | Junio C Hamano | 1 | -0/+4 |
| 2006-11-24 | allow cloning a repository "shallowly" | Johannes Schindelin | 1 | -3/+16 |
| 2006-11-23 | Make git-clone --use-separate-remote the default | Petr Baudis | 1 | -7/+7 |
| 2006-10-23 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
| 2006-10-23 | git-clone: honor --quiet | Jim Meyering | 1 | -1/+2 |
| 2006-10-20 | git-clone: define die() and use it. | Dmitry V. Levin | 1 | -37/+24 |
| 2006-10-14 | clone: the given repository dir should be relative to $PWD | Yasushi SHOJI | 1 | -1/+1 |
| 2006-09-28 | http/ftp: optionally ask curl to not use EPSV command | Sasha Khapyorsky | 1 | -0/+4 |
| 2006-09-13 | Trivial support for cloning and fetching via ftp://. | Sasha Khapyorsky | 1 | -1/+1 |
| 2006-08-07 | handle https:// protocol in git-clone | Michael Krelin | 1 | -1/+1 |
| 2006-08-02 | Ensure git-clone exits with error if perl script fails. | Ramsay Allan Jones | 1 | -2/+3 |
| 2006-07-13 | fetch/clone: check return status from ls-remote | Junio C Hamano | 1 | -2/+2 |
| 2006-07-08 | Using 'perl' in *.sh | Michal Rokos | 1 | -1/+1 |
| 2006-06-27 | Fix expr usage for FreeBSD | Dennis Stosberg | 1 | -1/+1 |
| 2006-06-10 | git-clone: fix --bare over dumb-http | Junio C Hamano | 1 | -6/+2 |
| 2006-06-08 | git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin | Junio C Hamano | 1 | -5/+10 |
| 2006-05-28 | Let git-clone to pass --template=dir option to git-init-db. | Junio C Hamano | 1 | -2/+8 |
| 2006-05-22 | Problem: 'trap...exit' causes error message when /bin/sh is ash. | Yakov Lerner | 1 | -2/+2 |
| 2006-05-07 | clone: don't clone the info/alternates file | Martin Waitz | 1 | -5/+1 |
| 2006-05-07 | clone: keep --reference even with -l -s | Martin Waitz | 1 | -1/+1 |
| 2006-04-13 | Shell utilities: Guard against expr' magic tokens. | Mark Wooding | 1 | -3/+3 |
| 2006-04-02 | git-clone: fix handling of upsteram whose HEAD does not point at master. | Junio C Hamano | 1 | -19/+28 |
| 2006-03-30 | git-clone: exit early if repo isn't specified | Yasushi SHOJI | 1 | -2/+8 |
| 2006-03-30 | Make git-clone to take long double-dashed origin option (--origin) | Yasushi SHOJI | 1 | -5/+6 |
| 2006-03-22 | git-clone: typofix. | Junio C Hamano | 1 | -2/+2 |
| 2006-03-21 | clone: record the remote primary branch with remotes/$origin/HEAD | Junio C Hamano | 1 | -3/+9 |
| 2006-03-21 | revamp git-clone (take #2). | Junio C Hamano | 1 | -19/+31 |
| 2006-03-20 | revamp git-clone. | Junio C Hamano | 1 | -32/+152 |
| 2006-02-23 | Merge fixes early for next maint series. | Junio C Hamano | 1 | -2/+2 |
| 2006-02-23 | Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ... | Junio C Hamano | 1 | -2/+2 |
| 2006-02-23 | fix t5600-clone-fail-cleanup.sh on windows | Alex Riesen | 1 | -1/+1 |
| 2006-02-22 | checkout - eye candy. | Junio C Hamano | 1 | -1/+1 |
| 2006-02-21 | Merge part of jc/portable branch | Junio C Hamano | 1 | -1/+1 |
| 2006-02-17 | Fix cpio call | Johannes Schindelin | 1 | -1/+1 |
| 2006-02-17 | Trap exit to clean up created directory if clone fails. | Carl Worth | 1 | -0/+4 |
| 2006-02-15 | Print an error if cloning a http repo and NO_CURL is set | Fernando J. Pereda | 1 | -1/+7 |
| 2006-01-24 | clone: do not accept more than one -o option. | Junio C Hamano | 1 | -1/+15 |
| 2006-01-24 | clone: do not create remotes/origin nor origin branch in a bare repository. | Junio C Hamano | 1 | -1/+1 |
| 2006-01-24 | git-clone: PG13 --naked option to --bare. | Junio C Hamano | 1 | -7/+8 |
| 2006-01-19 | Fix generation of "humanish" part of source repo | Uwe Zeisberger | 1 | -1/+1 |
| 2006-01-14 | clone: --naked option. | Junio C Hamano | 1 | -26/+40 |
| 2005-12-23 | git-clone: do not special case dumb http. | Junio C Hamano | 1 | -15/+1 |
| 2005-12-22 | git-clone: Support changing the origin branch with -o | Johannes Schindelin | 1 | -4/+13 |
| 2005-12-14 | Trivial usage string clean-up | freku045@student.liu.se | 1 | -1/+1 |
| 2005-12-13 | git-clone: tell the user a bit more about clone-pack failure. | Junio C Hamano | 1 | -1/+4 |
| 2005-11-28 | git-clone --shared should imply --local | Pavel Roskin | 1 | -1/+1 |
| 2005-11-14 | Bugfix: stop if directory already exists | Josef Weidendorfer | 1 | -2/+2 |
| 2005-11-11 | git-clone: Allow cloning into directories other than child of current dir. | Andreas Ericsson | 1 | -1/+2 |
| 2005-11-11 | git-clone: Keep remote names when cloning unless explicitly told not to. | Andreas Ericsson | 1 | -0/+2 |
| 2005-11-11 | git-clone: quote destination directory name | Pavel Roskin | 1 | -2/+2 |
| 2005-11-10 | Let git-clone/git-fetch follow HTTP redirections | Josef Weidendorfer | 1 | -1/+1 |
| 2005-11-06 | Set up remotes/origin to track all remote branches. | Junio C Hamano | 1 | -2/+10 |
| 2005-11-05 | git-clone: fix local clone | Junio C Hamano | 1 | -2/+1 |
| 2005-11-01 | git-clone: do not forget to create origin branch. | Junio C Hamano | 1 | -4/+11 |
| 2005-10-17 | Forward port the "funny ref avoidance" in clone and fetch from maint branch. | Junio C Hamano | 1 | -1/+5 |
| 2005-09-26 | git-clone: check out "master" by default. | Junio C Hamano | 1 | -6/+15 |
| 2005-09-24 | Solaris: give a bit more built-in defaults. | Junio C Hamano | 1 | -1/+2 |
| 2005-09-20 | Do not give alarming error message from rsync in fetch and clone. | Junio C Hamano | 1 | -1/+2 |
| 2005-09-17 | Teach rsync transport about alternates. | Junio C Hamano | 1 | -2/+26 |
| 2005-09-12 | Fix CDPATH problem. | Junio C Hamano | 1 | -0/+3 |
| 2005-09-07 | Big tool rename. | Junio C Hamano | 1 | -0/+165 |