summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2013-07-18Merge branch 'jk/maint-clone-shared-no-connectivity-validation'Junio C Hamano
2013-07-12Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano
2013-07-08clone: drop connectivity check for local clonesJeff King
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert
2013-06-20refs: implement simple transactions for the packed-refs fileMichael Haggerty
2013-06-06Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano
2013-06-02Merge branch 'nd/clone-local-with-colon'Junio C Hamano
2013-05-29Merge branch 'mh/packed-refs-various'Junio C Hamano
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy
2013-05-11clone: let the user know when check_everything_connected is runNguyễn Thái Ngọc Duy
2013-05-07clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty
2013-04-28Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano
2013-04-28clone: Make the 'junk_mode' symbol a file staticRamsay Jones
2013-04-09clone: Allow repo using gitfile as a referenceAaron Schrab
2013-04-09clone: Fix error message for reference repositoryAaron Schrab
2013-03-29clone: leave repo in place after checkout errorsJeff King
2013-03-27clone: run check_everything_connectedJeff King
2013-03-27clone: die on errors from unpack_treesJeff King
2013-02-25Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maintJunio C Hamano
2013-02-01Merge branch 'jc/no-git-config-in-clone'Junio C Hamano
2013-01-22Merge branch 'nd/clone-no-separate-git-dir-with-bare'Junio C Hamano
2013-01-14Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maintJunio C Hamano
2013-01-11clone: do not export and unexport GIT_CONFIGJunio C Hamano
2013-01-11clone: forbid --bare --separate-git-dir <dir>Nguyễn Thái Ngọc Duy
2013-01-10Merge branch 'jl/interrupt-clone-remove-separate-git-dir'Junio C Hamano
2013-01-06clone: support atomic operation with --separate-git-dirJens Lehmann
2012-10-08Merge branch 'rt/maint-clone-single' into maintJunio C Hamano
2012-10-01Merge branch 'rt/maint-clone-single'Junio C Hamano
2012-09-20clone --single: limit the fetch refspec to fetched branchRalf Thielow
2012-09-14Merge branch 'rj/path-cleanup'Junio C Hamano
2012-09-04Call mkpathdup() rather than xstrdup(mkpath(...))Ramsay Jones
2012-08-20i18n: clone: mark parseopt strings for translationNguyễn Thái Ngọc Duy
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