aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAge
* refactor skip_prefix to return a booleanJeff King2014-06-20
* refs.h: rename the action_on_err constantsMichael Haggerty2014-04-07
* commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-18
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-10
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
| * clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
* | Merge branch 'nd/transport-positive-depth-only'Junio C Hamano2013-12-17
|\ \
| * | clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy2013-12-06
| * | Merge branch 'jk/clone-progress-to-stderr' into maintJunio C Hamano2013-10-28
| |\ \
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |_|/ |/| |
* | | Merge branch 'jk/clone-progress-to-stderr'Junio C Hamano2013-10-18
|\ \ \ | | |/ | |/|
| * | clone: always set transport optionsJeff King2013-09-18
| * | clone: treat "checking connectivity" like other progressJeff King2013-09-18
| * | clone: send diagnostic messages to stderrJeff King2013-09-18
* | | Merge branch 'maint'Junio C Hamano2013-10-15
|\ \ \ | | |/ | |/|
| * | clone --branch: refuse to clone if upstream repo is emptyRalf Thielow2013-10-14
| |/
* | clone: add a period after "done" to end the sentenceSebastian Schuberth2013-09-24
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-05
|/
* Merge branch 'jk/maint-clone-shared-no-connectivity-validation'Junio C Hamano2013-07-18
|\
| * clone: drop connectivity check for local clonesJeff King2013-07-08
* | Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-12
|\ \
| * | Change "remote tracking" to "remote-tracking"Michael Schubert2013-07-03
* | | refs: implement simple transactions for the packed-refs fileMichael Haggerty2013-06-20
* | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-06-06
|\ \ \
| * | | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-28
| |/ /
| * | clone: let the user know when check_everything_connected is runNguyễn Thái Ngọc Duy2013-05-11
| |/
* | Merge branch 'nd/clone-local-with-colon'Junio C Hamano2013-06-02
|\ \
| * | clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-07
* | | Merge branch 'mh/packed-refs-various'Junio C Hamano2013-05-29
|\ \ \ | |_|/ |/| |
| * | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty2013-05-01
| * | Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maintJunio C Hamano2013-02-25
| |\ \
| * \ \ Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maintJunio C Hamano2013-01-14
| |\ \ \
* | \ \ \ Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-28
|\ \ \ \ \
| * | | | | clone: Make the 'junk_mode' symbol a file staticRamsay Jones2013-04-28
* | | | | | clone: Allow repo using gitfile as a referenceAaron Schrab2013-04-09
* | | | | | clone: Fix error message for reference repositoryAaron Schrab2013-04-08
|/ / / / /
* | | | | clone: leave repo in place after checkout errorsJeff King2013-03-29
* | | | | clone: run check_everything_connectedJeff King2013-03-27
* | | | | clone: die on errors from unpack_treesJeff King2013-03-27
| |_|_|/ |/| | |
* | | | Merge branch 'jc/no-git-config-in-clone'Junio C Hamano2013-02-01
|\ \ \ \
| * | | | clone: do not export and unexport GIT_CONFIGJunio C Hamano2013-01-11
* | | | | Merge branch 'nd/clone-no-separate-git-dir-with-bare'Junio C Hamano2013-01-21
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | clone: forbid --bare --separate-git-dir <dir>Nguyễn Thái Ngọc Duy2013-01-10
| * | | | Merge branch 'rt/maint-clone-single' into maintJunio C Hamano2012-10-08
| |\ \ \ \
* | \ \ \ \ Merge branch 'jl/interrupt-clone-remove-separate-git-dir'Junio C Hamano2013-01-10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | clone: support atomic operation with --separate-git-dirJens Lehmann2013-01-05
* | | | | Merge branch 'rt/maint-clone-single'Junio C Hamano2012-10-01
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | clone --single: limit the fetch refspec to fetched branchRalf Thielow2012-09-20