Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/no-git-config-in-clone' | Junio C Hamano | 2013-02-01 | 1 | -9/+0 |
|\ | |||||
| * | clone: do not export and unexport GIT_CONFIG | Junio C Hamano | 2013-01-11 | 1 | -9/+0 |
* | | Merge branch 'nd/clone-no-separate-git-dir-with-bare' | Junio C Hamano | 2013-01-21 | 1 | -0/+2 |
|\ \ | |||||
| * | | clone: forbid --bare --separate-git-dir <dir> | Nguyễn Thái Ngọc Duy | 2013-01-10 | 1 | -0/+2 |
| * | | Merge branch 'rt/maint-clone-single' into maint | Junio C Hamano | 2012-10-08 | 1 | -14/+51 |
| |\ \ | |||||
* | \ \ | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' | Junio C Hamano | 2013-01-10 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | clone: support atomic operation with --separate-git-dir | Jens Lehmann | 2013-01-05 | 1 | -1/+3 |
* | | | | | Merge branch 'rt/maint-clone-single' | Junio C Hamano | 2012-10-01 | 1 | -14/+51 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | clone --single: limit the fetch refspec to fetched branch | Ralf Thielow | 2012-09-20 | 1 | -14/+51 |
| * | | | | Merge branch 'ar/clone-honor-umask-at-top' into maint | Junio C Hamano | 2012-07-22 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'rj/path-cleanup' | Junio C Hamano | 2012-09-14 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Call mkpathdup() rather than xstrdup(mkpath(...)) | Ramsay Jones | 2012-09-04 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | i18n: clone: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -28/+28 |
|/ / / / / | |||||
* | | | | | Merge branch 'ar/clone-honor-umask-at-top' | Junio C Hamano | 2012-07-15 | 1 | -1/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Restore umasks influence on the permissions of work tree created by clone | Alex Riesen | 2012-07-09 | 1 | -1/+1 |
| * | | | | Merge branch 'cb/transfer-no-progress' into maint | Junio C Hamano | 2012-02-21 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/git-dir-lookup' into maint | Junio C Hamano | 2012-02-21 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'nd/clone-single-fix' | Junio C Hamano | 2012-07-04 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 2012-06-22 | 1 | -2/+5 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | clone: allow --no-local to turn off local optimizations | Jeff King | 2012-05-30 | 1 | -5/+5 |
|/ / / / / | |||||
* | | | | | Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress... | Junio C Hamano | 2012-05-07 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | clone: fix progress-regression | Erik Faye-Lund | 2012-05-07 | 1 | -1/+1 |
| * | | | | | Merge branch 'jc/maint-clone-alternates' into maint | Junio C Hamano | 2011-09-23 | 1 | -29/+90 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'cb/transfer-no-progress' | Junio C Hamano | 2012-02-20 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progress | Clemens Buchacher | 2012-02-13 | 1 | -3/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/git-dir-lookup' | Junio C Hamano | 2012-02-14 | 1 | -2/+2 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | standardize and improve lookup rules for external local reposjk/git-dir-lookup | Jeff King | 2012-02-02 | 1 | -2/+2 |
* | | | | | | clone: do not add alternate references to extra_refs | Michael Haggerty | 2012-02-12 | 1 | -12/+0 |
* | | | | | | clone.c: move more code into the "if (refs)" conditional | Michael Haggerty | 2012-02-12 | 1 | -19/+20 |
* | | | | | | Merge branch 'nd/clone-detached' | Junio C Hamano | 2012-01-31 | 1 | -125/+182 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clone: fix up delay cloning conditions | Nguyễn Thái Ngọc Duy | 2012-01-24 | 1 | -6/+14 |
| * | | | | | | clone: print advice on checking out detached HEAD | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -1/+4 |
| * | | | | | | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -1/+19 |
| * | | | | | | clone: refuse to clone if --branch points to bogus ref | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -8/+4 |
| * | | | | | | clone: --branch=<branch> always means refs/heads/<branch> | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -14/+16 |
| * | | | | | | clone: delay cloning until after remote HEAD checking | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -27/+27 |
| * | | | | | | clone: factor out remote ref writing | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -14/+25 |
| * | | | | | | clone: factor out HEAD update code | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -17/+24 |
| * | | | | | | clone: factor out checkout code | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -43/+58 |
| * | | | | | | clone: write detached HEAD in bare repositories | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -6/+3 |
* | | | | | | | Merge branch 'mh/ref-clone-without-extra-refs' | Junio C Hamano | 2012-01-29 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | write_remote_refs(): create packed (rather than extra) refsmh/ref-clone-without-extra-refs | Michael Haggerty | 2012-01-17 | 1 | -2/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | clone: add --single-branch to fetch only one branchnd/clone-single-branch | Nguyễn Thái Ngọc Duy | 2012-01-08 | 1 | -4/+48 |
|/ / / / / | |||||
* | | | | | clone: the -o option has nothing to do with <branch> | Carlos Martín Nieto | 2011-12-21 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | clone: Quote user supplied path in a single quote pair | Richard Hartmann | 2011-10-27 | 1 | -2/+2 |
* | | | | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 2011-08-28 | 1 | -1/+18 |
|\ \ \ \ | |/ / / | |||||
| * | | | clone: allow to clone from .git file | Nguyễn Thái Ngọc Duy | 2011-08-22 | 1 | -1/+18 |
* | | | | Merge branch 'jc/maint-clone-alternates' | Junio C Hamano | 2011-08-28 | 1 | -29/+90 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | clone: clone from a repository with relative alternates | Junio C Hamano | 2011-08-23 | 1 | -23/+68 |
| * | | | clone: allow more than one --reference | Junio C Hamano | 2011-08-22 | 1 | -8/+24 |
| |/ / |