summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress...Junio C Hamano2012-05-071-1/+1
|\
| * clone: fix progress-regressionErik Faye-Lund2012-05-071-1/+1
| * Merge branch 'jc/maint-clone-alternates' into maintJunio C Hamano2011-09-231-29/+90
| |\
* | \ Merge branch 'cb/transfer-no-progress'Junio C Hamano2012-02-201-3/+3
|\ \ \
| * | | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progressClemens Buchacher2012-02-131-3/+3
* | | | Merge branch 'jk/git-dir-lookup'Junio C Hamano2012-02-141-2/+2
|\ \ \ \
| * | | | standardize and improve lookup rules for external local reposjk/git-dir-lookupJeff King2012-02-021-2/+2
* | | | | clone: do not add alternate references to extra_refsMichael Haggerty2012-02-121-12/+0
* | | | | clone.c: move more code into the "if (refs)" conditionalMichael Haggerty2012-02-121-19/+20
* | | | | Merge branch 'nd/clone-detached'Junio C Hamano2012-01-311-125/+182
|\ \ \ \ \
| * | | | | clone: fix up delay cloning conditionsNguyễn Thái Ngọc Duy2012-01-241-6/+14
| * | | | | clone: print advice on checking out detached HEADNguyễn Thái Ngọc Duy2012-01-161-1/+4
| * | | | | clone: allow --branch to take a tagNguyễn Thái Ngọc Duy2012-01-161-1/+19
| * | | | | clone: refuse to clone if --branch points to bogus refNguyễn Thái Ngọc Duy2012-01-161-8/+4
| * | | | | clone: --branch=<branch> always means refs/heads/<branch>Nguyễn Thái Ngọc Duy2012-01-161-14/+16
| * | | | | clone: delay cloning until after remote HEAD checkingNguyễn Thái Ngọc Duy2012-01-161-27/+27
| * | | | | clone: factor out remote ref writingNguyễn Thái Ngọc Duy2012-01-161-14/+25
| * | | | | clone: factor out HEAD update codeNguyễn Thái Ngọc Duy2012-01-161-17/+24
| * | | | | clone: factor out checkout codeNguyễn Thái Ngọc Duy2012-01-161-43/+58
| * | | | | clone: write detached HEAD in bare repositoriesNguyễn Thái Ngọc Duy2012-01-161-6/+3
* | | | | | Merge branch 'mh/ref-clone-without-extra-refs'Junio C Hamano2012-01-291-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | write_remote_refs(): create packed (rather than extra) refsmh/ref-clone-without-extra-refsMichael Haggerty2012-01-171-2/+1
| | |/ / / | |/| | |
* | | | | clone: add --single-branch to fetch only one branchnd/clone-single-branchNguyễn Thái Ngọc Duy2012-01-081-4/+48
|/ / / /
* | | | clone: the -o option has nothing to do with <branch>Carlos Martín Nieto2011-12-211-2/+2
|/ / /
* | | clone: Quote user supplied path in a single quote pairRichard Hartmann2011-10-271-2/+2
* | | Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-281-1/+18
|\ \ \ | |/ /
| * | clone: allow to clone from .git fileNguyễn Thái Ngọc Duy2011-08-221-1/+18
* | | Merge branch 'jc/maint-clone-alternates'Junio C Hamano2011-08-281-29/+90
|\ \ \ | | |/ | |/|
| * | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-231-23/+68
| * | clone: allow more than one --referenceJunio C Hamano2011-08-221-8/+24
| |/
| * Merge branch 'maint'Junio C Hamano2011-05-251-1/+1
| |\
* | \ Merge branch 'jk/clone-detached'Junio C Hamano2011-08-011-3/+7
|\ \ \
| * | | clone: always fetch remote HEADJeff King2011-06-071-3/+7
| * | | Merge branch 'jk/fail-null-clone' into maintJunio C Hamano2011-03-161-1/+1
| |\ \ \
* | | | | clone: accept config options on the command lineJeff King2011-06-221-1/+20
* | | | | Merge branch 'ab/i18n-fixup' into maintJunio C Hamano2011-05-311-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | i18n: mark clone nonexistent repository message for translationÆvar Arnfjörð Bjarmason2011-04-121-1/+1
* | | | init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-251-1/+1
|/ / /
* | | Merge branch 'nd/init-gitdir'Junio C Hamano2011-04-011-1/+7
|\ \ \
| * | | init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-191-1/+7
* | | | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-30/+33
|\ \ \ \
| * | | | i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason2011-03-091-2/+2
| * | | | i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason2011-03-091-3/+6
| * | | | i18n: git-clone basic messagesÆvar Arnfjörð Bjarmason2011-03-091-27/+27
| | |/ / | |/| |
* | | | Fix sparse warningsStephen Boyd2011-03-221-1/+1
* | | | Merge branch 'jk/trace-sifter'Junio C Hamano2011-03-191-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | add packet tracing debug codeJeff King2011-03-081-0/+1
| |/ /
* | | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-5/+5
* | | Merge branch 'jk/fail-null-clone'Junio C Hamano2011-03-041-1/+1
|\ \ \ | |/ / |/| / | |/
| * clone: die when trying to clone missing local pathJeff King2011-02-181-1/+1