summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-1/+1
* object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-2/+20
|\
| * clone: partial cloneJonathan Tan2017-12-081-2/+20
* | Merge branch 'jk/abort-clone-with-existing-dest'Junio C Hamano2018-01-231-7/+24
|\ \
| * | clone: do not clean up directories we didn't createjk/abort-clone-with-existing-destJeff King2018-01-031-4/+16
| * | clone: factor out dir_exists() helperJeff King2018-01-031-3/+8
| |/
* | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-281-3/+0
|\ \
| * | clone, fetch: remove redundant transport checkJonathan Tan2017-12-141-3/+0
| |/
* | Merge branch 'es/clone-shared-worktree'Junio C Hamano2017-12-271-1/+2
|\ \
| * | clone: support 'clone --shared' from a worktreees/clone-shared-worktreeEric Sunshine2017-12-111-1/+2
* | | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-151-2/+2
|\ \ \
| * | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-2/+2
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-11/+11
|\ \ \ \ | |/ / /
| * | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-161-1/+1
| * | | Convert check_connected to use struct object_idbrian m. carlson2017-10-161-2/+2
| * | | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-1/+1
| * | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-7/+7
| | |/ | |/|
* | | treewide: prefer lockfiles on the stackMartin Ågren2017-10-061-4/+3
|/ /
* | 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
| | |/ / / | |/| | |