aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAge
* Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-30
|\
| * clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams2017-03-18
* | builtin/clone: convert to struct object_idbrian m. carlson2017-02-22
|/
* Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-02
|\
| * use absolute_pathdup()René Scharfe2017-01-27
| * Merge branch 'jk/clone-copy-alternates-fix' into maintJunio C Hamano2016-10-28
| |\
* | \ Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-19
|\ \ \
| * | | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
* | | | clone,fetch: explain the shallow-clone option a little more clearlyAlex Henrie2016-12-05
|/ / /
* | | Merge branch 'jk/clone-copy-alternates-fix'Junio C Hamano2016-10-17
|\ \ \ | | |/ | |/|
| * | clone: detect errors in normalize_path_copyJeff King2016-10-05
* | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \ \
| * | | clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * | | clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
* | | | Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano2016-10-03
|\ \ \ \
| * | | | init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy2016-09-25
| | |/ / | |/| |
* | | | clone: pass --progress decision to recursive submodulesJeff King2016-09-22
* | | | clone: recursive and reference option triggers submodule alternatesStefan Beller2016-08-17
* | | | clone: implement optional referencesStefan Beller2016-08-15
* | | | clone: clarify option_reference as requiredStefan Beller2016-08-15
* | | | clone: factor out checking for an alternate pathStefan Beller2016-08-15
| |_|/ |/| |
* | | clone: use a real progress meter for connectivity checkJeff King2016-07-20
* | | check_everything_connected: use a struct with named optionsJeff King2016-07-20
* | | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-07-06
|\ \ \
| * | | clone: do not let --depth imply --shallow-submodulesJunio C Hamano2016-06-20
* | | | use string_list initializer consistentlyJeff King2016-06-13
* | | | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-05-06
|\ \ \ \ | |/ / /
| * | | clone: add `--shallow-submodules` flagStefan Beller2016-04-26
* | | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-06
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | clone: allow an explicit argument for parallel submodule clonesStefan Beller2016-03-01
* | | builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
* | | Merge branch 'ps/config-error'Junio C Hamano2016-02-26
|\ \ \
| * | | config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
| * | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-22
| * | | clone: die on config error in cmd_clonePatrick Steinhardt2016-02-22
| |/ /
* | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-24
|\ \ \ | |_|/ |/| |
| * | connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-12
| |/
* | Merge branch 'jc/peace-with-crlf'Junio C Hamano2016-02-03
|\ \
| * | clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano2016-01-15
* | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-28
|\ \ \ | |/ /
| * | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
| |/
* | checkout,clone: check return value of create_symrefJeff King2016-01-12
|/
* Remove get_object_hash.brian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* clone: allow "--dissociate" without referenceAlex Riesen2015-10-22
* Merge branch 'js/clone-dissociate'Junio C Hamano2015-10-15
|\
| * clone --dissociate: avoid locking pack filesJohannes Schindelin2015-10-07
* | clone: better error when --reference is a linked checkoutNguyễn Thái Ngọc Duy2015-09-28
* | clone: allow --local from a linked checkoutNguyễn Thái Ngọc Duy2015-09-28