summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* clone: release strbuf after use in remove_junk()Rene Scharfe2017-09-071-1/+1
* pack: move pack-closing functionsJonathan Tan2017-08-231-0/+1
* Merge branch 'bw/clone-recursive-quiet'Junio C Hamano2017-08-221-0/+3
|\
| * clone: teach recursive clones to respect -qbw/clone-recursive-quietBrandon Williams2017-08-041-0/+3
| * Merge branch 'jn/clone-add-empty-config-from-command-line' into maintJunio C Hamano2017-06-051-1/+3
| |\
* | \ Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/ /
* | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-1/+1
|\ \ \
| * | | clone: use xfopen() instead of fopen()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-2/+2
|\ \ \
| * | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
| * | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
| |/ /
* | | Merge branch 'jn/clone-add-empty-config-from-command-line'Junio C Hamano2017-05-161-1/+3
|\ \ \ | | |/ | |/|
| * | clone: handle empty config values in -cjn/clone-add-empty-config-from-command-lineJonathan Nieder2017-05-021-1/+3
* | | clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason2017-05-011-2/+11
| |/ |/|
* | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-301-7/+43
|\ \
| * | clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams2017-03-181-7/+43
* | | builtin/clone: convert to struct object_idbrian m. carlson2017-02-221-5/+5
|/ /
* | Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-021-2/+2
|\ \
| * | use absolute_pathdup()rs/absolute-pathdupRené Scharfe2017-01-271-2/+2
| * | Merge branch 'jk/clone-copy-alternates-fix' into maintJunio C Hamano2016-10-281-2/+5
| |\ \
* | \ \ Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-191-1/+1
|\ \ \ \
| * | | | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
| | |_|/ | |/| |
* | | | clone,fetch: explain the shallow-clone option a little more clearlyah/grammosAlex Henrie2016-12-051-1/+1
|/ / /
* | | Merge branch 'jk/clone-copy-alternates-fix'Junio C Hamano2016-10-171-2/+5
|\ \ \ | | |/ | |/|
| * | clone: detect errors in normalize_path_copyjk/clone-copy-alternates-fixJeff King2016-10-051-2/+5
* | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-3/+21
|\ \ \
| * | | clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-1/+9
| * | | clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-3/+13
* | | | Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano2016-10-031-8/+6
|\ \ \ \
| * | | | init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy2016-09-251-8/+7
| | |/ / | |/| |
* | | | clone: pass --progress decision to recursive submodulesjk/clone-recursive-progressJeff King2016-09-221-2/+14
* | | | clone: recursive and reference option triggers submodule alternatessb/submodule-clone-rrStefan Beller2016-08-171-0/+19
* | | | clone: implement optional referencesStefan Beller2016-08-151-10/+25
* | | | clone: clarify option_reference as requiredStefan Beller2016-08-151-4/+4
* | | | clone: factor out checking for an alternate pathStefan Beller2016-08-151-34/+9
| |_|/ |/| |
* | | clone: use a real progress meter for connectivity checkJeff King2016-07-201-4/+1
* | | check_everything_connected: use a struct with named optionsJeff King2016-07-201-2/+5
* | | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-07-061-3/+2
|\ \ \
| * | | clone: do not let --depth imply --shallow-submodulessb/clone-shallow-passthruJunio C Hamano2016-06-201-3/+2
* | | | use string_list initializer consistentlyjk/string-list-static-initJeff King2016-06-131-2/+2
* | | | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-05-061-0/+7
|\ \ \ \ | |/ / /
| * | | clone: add `--shallow-submodules` flagStefan Beller2016-04-261-0/+7
* | | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-061-6/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | clone: allow an explicit argument for parallel submodule clonesStefan Beller2016-03-011-6/+13
* | | builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-291-5/+5
* | | Merge branch 'ps/config-error'Junio C Hamano2016-02-261-1/+1
|\ \ \
| * | | config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-221-4/+4
| * | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-221-1/+1
| * | | clone: die on config error in cmd_clonePatrick Steinhardt2016-02-221-4/+4
| |/ /