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