summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* doc: promote "git restore"Nguyễn Thái Ngọc Duy2019-05-071-1/+1
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-0/+1
|\
| * cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* | Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano2019-02-051-1/+5
|\ \ | |/ |/|
| * filter-options: expand scaled numbersJosh Steadmon2019-01-151-1/+5
* | Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano2019-01-041-14/+19
|\ \ | |/ |/|
| * clone: respect additional configured fetch refspecs during initial fetchSZEDER Gábor2018-11-161-10/+15
| * clone: use a more appropriate variable name for the default refspecSZEDER Gábor2018-11-161-6/+6
* | Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano2018-09-171-0/+1
|\ \ | |/ |/|
| * clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen2018-08-171-0/+1
* | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-151-2/+2
|\ \
| * | fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-2/+2
* | | Merge branch 'bw/clone-ref-prefixes'Junio C Hamano2018-08-151-5/+15
|\ \ \
| * | | clone: send ref-prefixes when using protocol v2Brandon Williams2018-07-201-5/+15
* | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+2
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \ \
* | \ \ \ Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano2018-07-241-1/+1
|\ \ \ \ \
| * | | | | clone: check connectivity even if clone is partialJonathan Tan2018-07-091-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-07-241-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'ab/refspec-init-fix'Junio C Hamano2018-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason2018-06-111-1/+1
* | | 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-181-6/+4
| * | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-2/+2
| * | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-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 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