summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* clone: add a period after "done" to end the sentenceSebastian Schuberth2013-09-241-1/+1
* Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-8/+8
* Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-051-4/+3
* Merge branch 'jk/maint-clone-shared-no-connectivity-validation'Junio C Hamano2013-07-181-9/+12
|\
| * clone: drop connectivity check for local clonesjk/maint-clone-shared-no-connectivity-validationJeff King2013-07-081-4/+7
* | Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-121-1/+1
|\ \
| * | Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-docMichael Schubert2013-07-031-1/+1
* | | refs: implement simple transactions for the packed-refs fileMichael Haggerty2013-06-201-1/+4
* | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-06-061-3/+12
|\ \ \
| * | | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-3/+8
| |/ /
| * | clone: let the user know when check_everything_connected is runNguyễn Thái Ngọc Duy2013-05-111-0/+4
| |/
* | Merge branch 'nd/clone-local-with-colon'Junio C Hamano2013-06-021-0/+2
|\ \
| * | clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-071-0/+2
* | | Merge branch 'mh/packed-refs-various'Junio C Hamano2013-05-291-1/+0
|\ \ \ | |_|/ |/| |
| * | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty2013-05-011-1/+0
| * | Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maintJunio C Hamano2013-02-251-0/+2
| |\ \
| * \ \ Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maintJunio C Hamano2013-01-141-1/+3
| |\ \ \
* | \ \ \ 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
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |