summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-02clone: handle empty config values in -cJonathan Nieder1-1/+3
2017-05-01clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason1-2/+11
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano1-7/+43
2017-03-18clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams1-7/+43
2017-02-22builtin/clone: convert to struct object_idbrian m. carlson1-5/+5
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano1-2/+2
2017-01-27use absolute_pathdup()René Scharfe1-2/+2
2016-12-19Merge branch 'jc/lock-report-on-error'Junio C Hamano1-1/+1
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano1-1/+1
2016-12-05clone,fetch: explain the shallow-clone option a little more clearlyAlex Henrie1-1/+1
2016-10-28Merge branch 'jk/clone-copy-alternates-fix' into maintJunio C Hamano1-2/+5
2016-10-17Merge branch 'jk/clone-copy-alternates-fix'Junio C Hamano1-2/+5
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano1-3/+21
2016-10-05clone: detect errors in normalize_path_copyJeff King1-2/+5
2016-10-03Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano1-8/+6
2016-09-25init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy1-8/+7
2016-09-22clone: pass --progress decision to recursive submodulesJeff King1-2/+14
2016-08-17clone: recursive and reference option triggers submodule alternatesStefan Beller1-0/+19
2016-08-15clone: implement optional referencesStefan Beller1-10/+25
2016-08-15clone: clarify option_reference as requiredStefan Beller1-4/+4
2016-08-15clone: factor out checking for an alternate pathStefan Beller1-34/+9
2016-07-20clone: use a real progress meter for connectivity checkJeff King1-4/+1
2016-07-20check_everything_connected: use a struct with named optionsJeff King1-2/+5
2016-07-06Merge branch 'sb/clone-shallow-passthru'Junio C Hamano1-3/+2
2016-06-20clone: do not let --depth imply --shallow-submodulesJunio C Hamano1-3/+2
2016-06-13clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy1-1/+9
2016-06-13clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy1-3/+13
2016-06-13use string_list initializer consistentlyJeff King1-2/+2
2016-05-06Merge branch 'sb/clone-shallow-passthru'Junio C Hamano1-0/+7
2016-04-26clone: add `--shallow-submodules` flagStefan Beller1-0/+7
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano1-6/+13
2016-03-01clone: allow an explicit argument for parallel submodule clonesStefan Beller1-6/+13
2016-02-29builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy1-5/+5
2016-02-26Merge branch 'ps/config-error'Junio C Hamano1-1/+1
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano1-0/+6
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt1-4/+4
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt1-1/+1
2016-02-22clone: die on config error in cmd_clonePatrick Steinhardt1-4/+4
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong1-0/+6
2016-02-03Merge branch 'jc/peace-with-crlf'Junio C Hamano1-1/+1
2016-01-28Merge branch 'jc/strbuf-getline'Junio C Hamano1-1/+1
2016-01-15clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-1/+1
2016-01-12checkout,clone: check return value of create_symrefJeff King1-4/+7
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2015-11-20Convert struct ref to use object_id.brian m. carlson1-8/+8
2015-10-22clone: allow "--dissociate" without referenceAlex Riesen1-8/+8
2015-10-15Merge branch 'js/clone-dissociate'Junio C Hamano1-1/+3
2015-10-07clone --dissociate: avoid locking pack filesJohannes Schindelin1-1/+3