aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAge
* Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-28
|\
| * clone, fetch: remove redundant transport checkJonathan Tan2017-12-14
* | Merge branch 'es/clone-shared-worktree'Junio C Hamano2017-12-27
|\ \
| * | clone: support 'clone --shared' from a worktreeEric Sunshine2017-12-11
* | | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-15
|\ \ \
| * | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-06
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ \ | |/ / /
| * | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-16
| * | | Convert check_connected to use struct object_idbrian m. carlson2017-10-16
| * | | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
| * | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-16
| | |/ | |/|
* | | treewide: prefer lockfiles on the stackMartin Ågren2017-10-06
|/ /
* | clone: release strbuf after use in remove_junk()Rene Scharfe2017-09-07
* | pack: move pack-closing functionsJonathan Tan2017-08-23
* | Merge branch 'bw/clone-recursive-quiet'Junio C Hamano2017-08-22
|\ \
| * | clone: teach recursive clones to respect -qBrandon Williams2017-08-04
| * | Merge branch 'jn/clone-add-empty-config-from-command-line' into maintJunio C Hamano2017-06-05
| |\ \
* | \ \ Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-15
| |/ / /
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \ \ \
| * | | | clone: use xfopen() instead of fopen()Nguyễn Thái Ngọc Duy2017-05-26
| |/ / /
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
| * | | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| |/ / /
* | | | Merge branch 'jn/clone-add-empty-config-from-command-line'Junio C Hamano2017-05-16
|\ \ \ \ | | |/ / | |/| |
| * | | clone: handle empty config values in -cJonathan Nieder2017-05-02
* | | | clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason2017-05-01
| |/ / |/| |
* | | 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