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