summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Sync with 2.34.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.33.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.32.6Johannes Schindelin1-4/+4
2023-02-06Sync with 2.31.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.30.8Johannes Schindelin1-4/+4
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau1-4/+4
2022-10-06Sync with 2.34.5Taylor Blau1-3/+5
2022-10-06Sync with 2.33.5Taylor Blau1-3/+5
2022-10-06Sync with 2.32.4Taylor Blau1-3/+5
2022-10-06Sync with 2.31.5Taylor Blau1-3/+5
2022-10-06Sync with 2.30.6Taylor Blau1-3/+5
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau1-3/+5
2022-01-12Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano1-1/+1
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano1-3/+3
2022-01-07fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt1-1/+1
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila1-2/+2
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-1/+1
2021-12-15clone: avoid using deprecated `sparse-checkout init`Elijah Newren1-1/+1
2021-10-23clone: fix a memory leak of the "git_dir" variableÆvar Arnfjörð Bjarmason1-1/+3
2021-10-13Merge branch 'en/removing-untracked-fixes'Junio C Hamano1-0/+1
2021-10-03Merge branch 'jk/clone-unborn-head-in-bare'Junio C Hamano1-15/+16
2021-09-27Remove ignored files by default when they are in the wayElijah Newren1-2/+1
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren1-0/+2
2021-09-20Merge branch 'ar/submodule-add-more'Junio C Hamano1-116/+2
2021-09-20Merge branch 'ps/fetch-optim'Junio C Hamano1-5/+3
2021-09-20clone: handle unborn branch in bare reposJeff King1-15/+16
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano1-1/+1
2021-09-01connected: refactor iterator to return next object ID directlyPatrick Steinhardt1-5/+3
2021-08-30clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabledMahi Kolla1-0/+5
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-1/+1
2021-08-10dir: libify and export helper functions from clone.cAtharva Raykar1-116/+2
2021-06-14Merge branch 'jk/clone-clean-upon-transport-error'Junio C Hamano1-7/+4
2021-05-19clone: clean up directory after transport_fetch_refs() failureJeff King1-7/+4
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-04-08Merge branch 'll/clone-reject-shallow'Junio C Hamano1-0/+21
2021-04-01builtin/clone.c: add --reject-shallow optionLi Linchao1-0/+21
2021-03-14clone: free or UNLEAK further pointers when finishedAndrzej Hunt1-4/+10
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano1-9/+25
2021-02-05clone: respect remote unborn HEADJonathan Tan1-2/+14
2021-02-05connect, transport: encapsulate arg in structJonathan Tan1-7/+11
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano1-1/+1
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin1-1/+1
2020-12-03builtin/clone.c: don't ignore transport_fetch_refs() errorsTaylor Blau1-4/+11
2020-10-27Merge branch 'sb/clone-origin'Junio C Hamano1-15/+56
2020-09-30clone: allow configurable default for `-o`/`--origin`Sean Barag1-7/+19
2020-09-30clone: read new remote name from remote_name instead of option_originSean Barag1-15/+16
2020-09-30clone: validate --origin option before useSean Barag1-0/+3
2020-09-30clone: use more conventional config/option layeringSean Barag1-1/+26
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson1-1/+1
2020-09-06refspec: add and use refspec_appendf()René Scharfe1-5/+2