summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06Sync with 2.34.7Johannes Schindelin
2023-02-06Sync with 2.33.7Johannes Schindelin
2023-02-06Sync with 2.32.6Johannes Schindelin
2023-02-06Sync with 2.31.7Johannes Schindelin
2023-02-06Sync with 2.30.8Johannes Schindelin
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau
2022-10-06Sync with 2.35.5Taylor Blau
2022-10-06Sync with 2.34.5Taylor Blau
2022-10-06Sync with 2.33.5Taylor Blau
2022-10-06Sync with 2.32.4Taylor Blau
2022-10-06Sync with 2.31.5Taylor Blau
2022-10-06Sync with 2.30.6Taylor Blau
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau
2022-04-30clone: plug a miniscule leakJunio C Hamano
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano
2022-03-13Merge branch 'gc/parse-tree-indirect-errors'Junio C Hamano
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee
2022-03-01checkout, clone: die if tree cannot be parsedGlen Choo
2022-02-25Merge branch 'js/apply-partial-clone-filters-recursively'Junio C Hamano
2022-02-18Merge branch 'ab/release-transport-ls-refs-options'Junio C Hamano
2022-02-09clone, submodule: pass partial clone filters to submodulesJosh Steadmon
2022-02-09Merge branch 'jt/clone-not-quite-empty'Junio C Hamano
2022-02-09Merge branch 'ab/config-based-hooks-2'Junio C Hamano
2022-02-06ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason
2022-01-26clone: support unusual remote ref configurationsJonathan Tan
2022-01-12Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano
2022-01-07hooks: convert non-worktree 'post-checkout' hook to hook libraryEmily Shaffer
2022-01-07fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-15clone: avoid using deprecated `sparse-checkout init`Elijah Newren
2021-10-23clone: fix a memory leak of the "git_dir" variableÆvar Arnfjörð Bjarmason
2021-10-13Merge branch 'en/removing-untracked-fixes'Junio C Hamano
2021-10-03Merge branch 'jk/clone-unborn-head-in-bare'Junio C Hamano
2021-09-27Remove ignored files by default when they are in the wayElijah Newren
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren
2021-09-20Merge branch 'ar/submodule-add-more'Junio C Hamano
2021-09-20Merge branch 'ps/fetch-optim'Junio C Hamano
2021-09-20clone: handle unborn branch in bare reposJeff King
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano
2021-09-01connected: refactor iterator to return next object ID directlyPatrick Steinhardt
2021-08-30clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabledMahi Kolla
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-10dir: libify and export helper functions from clone.cAtharva Raykar
2021-06-14Merge branch 'jk/clone-clean-upon-transport-error'Junio C Hamano
2021-05-19clone: clean up directory after transport_fetch_refs() failureJeff King
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-08Merge branch 'll/clone-reject-shallow'Junio C Hamano