summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
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.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
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
2021-04-01builtin/clone.c: add --reject-shallow optionLi Linchao
2021-03-14clone: free or UNLEAK further pointers when finishedAndrzej Hunt
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano
2021-02-05clone: respect remote unborn HEADJonathan Tan
2021-02-05connect, transport: encapsulate arg in structJonathan Tan
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin
2020-12-03builtin/clone.c: don't ignore transport_fetch_refs() errorsTaylor Blau
2020-10-27Merge branch 'sb/clone-origin'Junio C Hamano
2020-09-30clone: allow configurable default for `-o`/`--origin`Sean Barag
2020-09-30clone: read new remote name from remote_name instead of option_originSean Barag
2020-09-30clone: validate --origin option before useSean Barag
2020-09-30clone: use more conventional config/option layeringSean Barag
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-07-30strvec: rename struct fieldsJeff King
2020-07-30Merge branch 'bw/fail-cloning-into-non-empty' into masterJunio C Hamano
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-10git clone: don't clone into non-empty directoryBen Wijen
2020-07-06Merge branch 'js/default-branch-name'Junio C Hamano
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin