summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-17Merge branch 'nd/transport-positive-depth-only'Junio C Hamano
2013-12-11clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy
2013-12-11clone: support remote shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-28Merge branch 'jk/clone-progress-to-stderr' into maintJunio C Hamano
2013-10-18Merge branch 'jk/clone-progress-to-stderr'Junio C Hamano
2013-10-15Merge branch 'maint'Junio C Hamano
2013-10-14clone --branch: refuse to clone if upstream repo is emptyRalf Thielow
2013-09-24clone: add a period after "done" to end the sentenceSebastian Schuberth
2013-09-18clone: always set transport optionsJeff King
2013-09-18clone: treat "checking connectivity" like other progressJeff King
2013-09-18clone: send diagnostic messages to stderrJeff King
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller
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