summaryrefslogtreecommitdiffstats
path: root/builtin/clone.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-7/+6
|\
| * clone: convert cmd_clone to use refspec_item_initBrandon Williams2018-05-171-6/+4
| * refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-171-2/+2
| * refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-171-0/+1
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ | |/ |/|
| * Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-1/+1
|\ \ | |/ |/|
| * transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams2018-03-151-1/+1
* | 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 createJeff 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 worktreeEric Sunshine2017-12-121-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-241-0/+1
* | Merge branch 'bw/clone-recursive-quiet'Junio C Hamano2017-08-221-0/+3
|\ \
| * | clone: teach recursive clones to respect -qBrandon 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 -cJonathan 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()René 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
| | |_|/ / | |/| | |