summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-281-1/+1
|\
| * clone: Make the 'junk_mode' symbol a file staticRamsay Jones2013-04-281-1/+1
* | clone: Allow repo using gitfile as a referenceAaron Schrab2013-04-091-2/+12
* | clone: Fix error message for reference repositoryAaron Schrab2013-04-081-1/+1
|/
* clone: leave repo in place after checkout errorsJeff King2013-03-291-1/+24
* clone: run check_everything_connectedJeff King2013-03-271-0/+26
* clone: die on errors from unpack_treesJeff King2013-03-271-1/+2
* Merge branch 'jc/no-git-config-in-clone'Junio C Hamano2013-02-011-9/+0
|\
| * clone: do not export and unexport GIT_CONFIGJunio C Hamano2013-01-111-9/+0
* | Merge branch 'nd/clone-no-separate-git-dir-with-bare'Junio C Hamano2013-01-211-0/+2
|\ \
| * | clone: forbid --bare --separate-git-dir <dir>Nguyễn Thái Ngọc Duy2013-01-101-0/+2
| * | Merge branch 'rt/maint-clone-single' into maintJunio C Hamano2012-10-081-14/+51
| |\ \
* | \ \ Merge branch 'jl/interrupt-clone-remove-separate-git-dir'Junio C Hamano2013-01-101-1/+3
|\ \ \ \
| * | | | clone: support atomic operation with --separate-git-dirJens Lehmann2013-01-051-1/+3
* | | | | Merge branch 'rt/maint-clone-single'Junio C Hamano2012-10-011-14/+51
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | clone --single: limit the fetch refspec to fetched branchRalf Thielow2012-09-201-14/+51
| * | | | Merge branch 'ar/clone-honor-umask-at-top' into maintJunio C Hamano2012-07-221-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'rj/path-cleanup'Junio C Hamano2012-09-141-2/+2
|\ \ \ \ \ \
| * | | | | | Call mkpathdup() rather than xstrdup(mkpath(...))Ramsay Jones2012-09-041-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | i18n: clone: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-28/+28
|/ / / / /
* | | | | Merge branch 'ar/clone-honor-umask-at-top'Junio C Hamano2012-07-151-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Restore umasks influence on the permissions of work tree created by cloneAlex Riesen2012-07-091-1/+1
| * | | | Merge branch 'cb/transfer-no-progress' into maintJunio C Hamano2012-02-211-3/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/git-dir-lookup' into maintJunio C Hamano2012-02-211-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'nd/clone-single-fix'Junio C Hamano2012-07-041-2/+5
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy2012-06-221-2/+5
| | |_|_|_|/ | |/| | | |
* | | | | | clone: allow --no-local to turn off local optimizationsJeff King2012-05-301-5/+5
|/ / / / /
* | | | | 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
|/ / / / /