summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-10Merge branch 'jk/strvec'Junio C Hamano1-19/+19
2020-07-30strvec: rename struct fieldsJeff King1-2/+2
2020-07-30Merge branch 'bw/fail-cloning-into-non-empty' into masterJunio C Hamano1-2/+10
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-17/+17
2020-07-10git clone: don't clone into non-empty directoryBen Wijen1-2/+10
2020-07-06Merge branch 'js/default-branch-name'Junio C Hamano1-4/+9
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano1-0/+9
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin1-3/+7
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin1-1/+2
2020-06-17Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano1-5/+8
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin1-5/+8
2020-05-27builtin/clone: initialize hash algorithm properlybrian m. carlson1-0/+9