Age | Commit message (Expand) | Author | Files | Lines |
2012-02-20 | Merge branch 'cb/transfer-no-progress' | Junio C Hamano | 1 | -3/+3 |
2012-02-14 | Merge branch 'jk/git-dir-lookup' | Junio C Hamano | 1 | -2/+2 |
2012-02-13 | push/fetch/clone --no-progress suppresses progress output | Clemens Buchacher | 1 | -3/+3 |
2012-02-12 | clone: do not add alternate references to extra_refs | Michael Haggerty | 1 | -12/+0 |
2012-02-12 | clone.c: move more code into the "if (refs)" conditional | Michael Haggerty | 1 | -19/+20 |
2012-02-02 | standardize and improve lookup rules for external local repos | Jeff King | 1 | -2/+2 |
2012-01-31 | Merge branch 'nd/clone-detached' | Junio C Hamano | 1 | -125/+182 |
2012-01-29 | Merge branch 'mh/ref-clone-without-extra-refs' | Junio C Hamano | 1 | -2/+1 |
2012-01-24 | clone: fix up delay cloning conditions | Nguyễn Thái Ngọc Duy | 1 | -6/+14 |
2012-01-17 | write_remote_refs(): create packed (rather than extra) refs | Michael Haggerty | 1 | -2/+1 |
2012-01-16 | clone: print advice on checking out detached HEAD | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2012-01-16 | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 1 | -1/+19 |
2012-01-16 | clone: refuse to clone if --branch points to bogus ref | Nguyễn Thái Ngọc Duy | 1 | -8/+4 |
2012-01-16 | clone: --branch=<branch> always means refs/heads/<branch> | Nguyễn Thái Ngọc Duy | 1 | -14/+16 |
2012-01-16 | clone: delay cloning until after remote HEAD checking | Nguyễn Thái Ngọc Duy | 1 | -27/+27 |
2012-01-16 | clone: factor out remote ref writing | Nguyễn Thái Ngọc Duy | 1 | -14/+25 |
2012-01-16 | clone: factor out HEAD update code | Nguyễn Thái Ngọc Duy | 1 | -17/+24 |
2012-01-16 | clone: factor out checkout code | Nguyễn Thái Ngọc Duy | 1 | -43/+58 |
2012-01-16 | clone: write detached HEAD in bare repositories | Nguyễn Thái Ngọc Duy | 1 | -6/+3 |
2012-01-08 | clone: add --single-branch to fetch only one branch | Nguyễn Thái Ngọc Duy | 1 | -4/+48 |
2011-12-21 | clone: the -o option has nothing to do with <branch> | Carlos Martín Nieto | 1 | -2/+2 |
2011-10-27 | clone: Quote user supplied path in a single quote pair | Richard Hartmann | 1 | -2/+2 |
2011-08-28 | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 1 | -1/+18 |
2011-08-28 | Merge branch 'jc/maint-clone-alternates' | Junio C Hamano | 1 | -29/+90 |
2011-08-23 | clone: clone from a repository with relative alternates | Junio C Hamano | 1 | -23/+68 |
2011-08-22 | clone: allow more than one --reference | Junio C Hamano | 1 | -8/+24 |
2011-08-22 | clone: allow to clone from .git file | Nguyễn Thái Ngọc Duy | 1 | -1/+18 |
2011-08-01 | Merge branch 'jk/clone-detached' | Junio C Hamano | 1 | -3/+7 |
2011-06-22 | clone: accept config options on the command line | Jeff King | 1 | -1/+20 |
2011-06-07 | clone: always fetch remote HEAD | Jeff King | 1 | -3/+7 |
2011-05-31 | Merge branch 'ab/i18n-fixup' into maint | Junio C Hamano | 1 | -1/+1 |
2011-05-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-05-25 | init/clone: remove short option -L and document --separate-git-dir | Nguyen Thai Ngoc Duy | 1 | -1/+1 |
2011-04-12 | i18n: mark clone nonexistent repository message for translation | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-04-01 | Merge branch 'nd/init-gitdir' | Junio C Hamano | 1 | -1/+7 |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -30/+33 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
2011-03-19 | Merge branch 'jk/trace-sifter' | Junio C Hamano | 1 | -0/+1 |
2011-03-19 | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -5/+5 |
2011-03-16 | Merge branch 'jk/fail-null-clone' into maint | Junio C Hamano | 1 | -1/+1 |
2011-03-09 | i18n: git-clone "Cloning into" message | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2011-03-09 | i18n: git-clone "Cloning into" message | Ævar Arnfjörð Bjarmason | 1 | -3/+6 |
2011-03-09 | i18n: git-clone basic messages | Ævar Arnfjörð Bjarmason | 1 | -27/+27 |
2011-03-08 | add packet tracing debug code | Jeff King | 1 | -0/+1 |
2011-03-04 | Merge branch 'jk/fail-null-clone' | Junio C Hamano | 1 | -1/+1 |
2011-02-18 | clone: die when trying to clone missing local path | Jeff King | 1 | -1/+1 |
2011-02-15 | clone,init: describe --template using the same wording | Michael J Gruber | 1 | -2/+2 |
2011-02-11 | clone: fixup recurse_submodules option | Chris Packham | 1 | -1/+1 |
2010-11-05 | clone: Add the --recurse-submodules option as alias for --recursive | Jens Lehmann | 1 | -0/+2 |