summaryrefslogtreecommitdiffstats
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorLines
2012-10-01Merge branch 'rt/maint-clone-single'Junio C Hamano-14/+51
2012-09-20clone --single: limit the fetch refspec to fetched branchRalf Thielow-14/+51
2012-09-14Merge branch 'rj/path-cleanup'Junio C Hamano-2/+2
2012-09-04Call mkpathdup() rather than xstrdup(mkpath(...))Ramsay Jones-2/+2
2012-08-20i18n: clone: mark parseopt strings for translationNguyễn Thái Ngọc Duy-28/+28
2012-07-22Merge branch 'ar/clone-honor-umask-at-top' into maintJunio C Hamano-1/+1
2012-07-15Merge branch 'ar/clone-honor-umask-at-top'Junio C Hamano-1/+1
2012-07-09Restore umasks influence on the permissions of work tree created by cloneAlex Riesen-1/+1
2012-07-04Merge branch 'nd/clone-single-fix'Junio C Hamano-2/+5
2012-06-22clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy-2/+5
2012-05-30clone: allow --no-local to turn off local optimizationsJeff King-5/+5
2012-05-07Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress...Junio C Hamano-1/+1
2012-05-07clone: fix progress-regressionErik Faye-Lund-1/+1
2012-02-21Merge branch 'cb/transfer-no-progress' into maintJunio C Hamano-3/+3
2012-02-21Merge branch 'jk/git-dir-lookup' into maintJunio C Hamano-2/+2
2012-02-20Merge branch 'cb/transfer-no-progress'Junio C Hamano-3/+3
2012-02-14Merge branch 'jk/git-dir-lookup'Junio C Hamano-2/+2
2012-02-13push/fetch/clone --no-progress suppresses progress outputClemens Buchacher-3/+3
2012-02-12clone: do not add alternate references to extra_refsMichael Haggerty-12/+0
2012-02-12clone.c: move more code into the "if (refs)" conditionalMichael Haggerty-19/+20
2012-02-02standardize and improve lookup rules for external local reposJeff King-2/+2
2012-01-31Merge branch 'nd/clone-detached'Junio C Hamano-125/+182
2012-01-29Merge branch 'mh/ref-clone-without-extra-refs'Junio C Hamano-2/+1
2012-01-24clone: fix up delay cloning conditionsNguyễn Thái Ngọc Duy-6/+14
2012-01-17write_remote_refs(): create packed (rather than extra) refsMichael Haggerty-2/+1
2012-01-16clone: print advice on checking out detached HEADNguyễn Thái Ngọc Duy-1/+4
2012-01-16clone: allow --branch to take a tagNguyễn Thái Ngọc Duy-1/+19
2012-01-16clone: refuse to clone if --branch points to bogus refNguyễn Thái Ngọc Duy-8/+4
2012-01-16clone: --branch=<branch> always means refs/heads/<branch>Nguyễn Thái Ngọc Duy-14/+16
2012-01-16clone: delay cloning until after remote HEAD checkingNguyễn Thái Ngọc Duy-27/+27
2012-01-16clone: factor out remote ref writingNguyễn Thái Ngọc Duy-14/+25
2012-01-16clone: factor out HEAD update codeNguyễn Thái Ngọc Duy-17/+24
2012-01-16clone: factor out checkout codeNguyễn Thái Ngọc Duy-43/+58
2012-01-16clone: write detached HEAD in bare repositoriesNguyễn Thái Ngọc Duy-6/+3
2012-01-08clone: add --single-branch to fetch only one branchNguyễn Thái Ngọc Duy-4/+48
2011-12-21clone: the -o option has nothing to do with <branch>Carlos Martín Nieto-2/+2
2011-10-27clone: Quote user supplied path in a single quote pairRichard Hartmann-2/+2
2011-09-23Merge branch 'jc/maint-clone-alternates' into maintJunio C Hamano-29/+90
2011-08-28Merge branch 'nd/maint-clone-gitdir'Junio C Hamano-1/+18
2011-08-28Merge branch 'jc/maint-clone-alternates'Junio C Hamano-29/+90
2011-08-23clone: clone from a repository with relative alternatesJunio C Hamano-23/+68
2011-08-22clone: allow more than one --referenceJunio C Hamano-8/+24
2011-08-22clone: allow to clone from .git fileNguyễn Thái Ngọc Duy-1/+18
2011-08-01Merge branch 'jk/clone-detached'Junio C Hamano-3/+7
2011-06-22clone: accept config options on the command lineJeff King-1/+20
2011-06-07clone: always fetch remote HEADJeff King-3/+7
2011-05-31Merge branch 'ab/i18n-fixup' into maintJunio C Hamano-1/+1
2011-05-25Merge branch 'maint'Junio C Hamano-1/+1
2011-05-25init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy-1/+1
2011-04-12i18n: mark clone nonexistent repository message for translationÆvar Arnfjörð Bjarmason-1/+1