summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/clone-unborn-confusion'Junio C Hamano2022-07-191-36/+45
|\
| * clone: move unborn head creation to update_head()Jeff King2022-07-111-12/+15
| * clone: use remote branch if it matches default HEADJeff King2022-07-071-3/+14
| * clone: propagate empty remote HEAD even with other branchesJeff King2022-07-071-22/+17
| * clone: drop extra newline from warning messageJeff King2022-07-071-1/+1
* | clone: fix memory leak in wanted_peer_refs()Ævar Arnfjörð Bjarmason2022-07-011-0/+1
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-2/+2
|\ \ | |/ |/|
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-2/+2
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-2/+2
* | | clone: plug a miniscule leakJunio C Hamano2022-04-301-1/+3
* | | Merge branch 'ds/partial-bundles'Junio C Hamano2022-03-211-0/+13
|\ \ \
| * | | clone: fail gracefully when cloning filtered bundleDerrick Stolee2022-03-091-0/+13
* | | | Merge branch 'gc/parse-tree-indirect-errors'Junio C Hamano2022-03-131-0/+2
|\ \ \ \
| * | | | checkout, clone: die if tree cannot be parsedGlen Choo2022-03-011-0/+2
| | |/ / | |/| |
* | | | Merge branch 'js/apply-partial-clone-filters-recursively'Junio C Hamano2022-02-251-2/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | clone, submodule: pass partial clone filters to submodulesJosh Steadmon2022-02-091-2/+34
| |/ /
* | | Merge branch 'ab/release-transport-ls-refs-options'Junio C Hamano2022-02-181-7/+6
|\ \ \
| * | | ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason2022-02-061-7/+6
| |/ /
* | | Merge branch 'jt/clone-not-quite-empty'Junio C Hamano2022-02-091-6/+6
|\ \ \
| * | | clone: support unusual remote ref configurationsJonathan Tan2022-01-261-6/+6
| | |/ | |/|
* | | Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-091-1/+2
|\ \ \ | |_|/ |/| |
| * | hooks: convert non-worktree 'post-checkout' hook to hook libraryEmily Shaffer2022-01-071-1/+2
| |/
* | Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano2022-01-121-1/+1
|\ \
| * | fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt2022-01-071-1/+1
| |/
* | Merge branch 'ja/i18n-similar-messages'Junio C Hamano2022-01-101-3/+3
|\ \
| * | i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-2/+2
| * | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
| |/
* | clone: avoid using deprecated `sparse-checkout init`Elijah Newren2021-12-151-1/+1
|/
* clone: fix a memory leak of the "git_dir" variableÆvar Arnfjörð Bjarmason2021-10-231-1/+3
* Merge branch 'en/removing-untracked-fixes'Junio C Hamano2021-10-131-0/+1
|\
| * Remove ignored files by default when they are in the wayElijah Newren2021-09-271-2/+1
| * unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren2021-09-271-0/+2
* | Merge branch 'jk/clone-unborn-head-in-bare'Junio C Hamano2021-10-031-16/+17
|\ \
| * | clone: handle unborn branch in bare reposJeff King2021-09-201-16/+17
* | | Merge branch 'ar/submodule-add-more'Junio C Hamano2021-09-201-116/+2
|\ \ \
| * | | dir: libify and export helper functions from clone.cAtharva Raykar2021-08-101-116/+2
| |/ /
* | | Merge branch 'ps/fetch-optim'Junio C Hamano2021-09-201-5/+3
|\ \ \ | |_|/ |/| |
| * | connected: refactor iterator to return next object ID directlyPatrick Steinhardt2021-09-011-5/+3
| |/
* | Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-101-1/+1
|\ \
| * | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
| |/
* | clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabledMahi Kolla2021-08-301-0/+5
|/
* Merge branch 'jk/clone-clean-upon-transport-error'Junio C Hamano2021-06-141-7/+4
|\
| * clone: clean up directory after transport_fetch_refs() failureJeff King2021-05-191-7/+4
* | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* | Merge branch 'll/clone-reject-shallow'Junio C Hamano2021-04-081-0/+21
|\ \
| * | builtin/clone.c: add --reject-shallow optionLi Linchao2021-04-011-0/+21
* | | clone: free or UNLEAK further pointers when finishedAndrzej Hunt2021-03-141-4/+10
|/ /
* | Merge branch 'jt/clone-unborn-head'Junio C Hamano2021-02-171-9/+25
|\ \ | |/ |/|
| * clone: respect remote unborn HEADJonathan Tan2021-02-051-2/+14
| * connect, transport: encapsulate arg in structJonathan Tan2021-02-051-7/+11