summaryrefslogtreecommitdiffstats
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorLines
2022-10-06Sync with 2.32.4Taylor Blau-3/+5
2022-10-06Sync with 2.31.5Taylor Blau-3/+5
2022-10-06Sync with 2.30.6Taylor Blau-3/+5
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau-3/+5
2021-09-20clone: handle unborn branch in bare reposJeff King-16/+17
2021-06-14Merge branch 'jk/clone-clean-upon-transport-error'Junio C Hamano-7/+4
2021-05-19clone: clean up directory after transport_fetch_refs() failureJeff King-7/+4
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson-1/+1
2021-04-08Merge branch 'll/clone-reject-shallow'Junio C Hamano-0/+21
2021-04-01builtin/clone.c: add --reject-shallow optionLi Linchao-0/+21
2021-03-14clone: free or UNLEAK further pointers when finishedAndrzej Hunt-4/+10
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano-9/+25
2021-02-05clone: respect remote unborn HEADJonathan Tan-2/+14
2021-02-05connect, transport: encapsulate arg in structJonathan Tan-7/+11
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano-1/+1
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin-1/+1
2020-12-03builtin/clone.c: don't ignore transport_fetch_refs() errorsTaylor Blau-4/+11
2020-10-27Merge branch 'sb/clone-origin'Junio C Hamano-15/+56
2020-09-30clone: allow configurable default for `-o`/`--origin`Sean Barag-7/+19
2020-09-30clone: read new remote name from remote_name instead of option_originSean Barag-15/+16
2020-09-30clone: validate --origin option before useSean Barag-0/+3
2020-09-30clone: use more conventional config/option layeringSean Barag-1/+26
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson-1/+1
2020-09-06refspec: add and use refspec_appendf()René Scharfe-5/+2
2020-08-10Merge branch 'jk/strvec'Junio C Hamano-19/+19
2020-07-30strvec: rename struct fieldsJeff King-2/+2
2020-07-30Merge branch 'bw/fail-cloning-into-non-empty' into masterJunio C Hamano-2/+10
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King-17/+17
2020-07-10git clone: don't clone into non-empty directoryBen Wijen-2/+10
2020-07-06Merge branch 'js/default-branch-name'Junio C Hamano-4/+9
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano-0/+9
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin-3/+7
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin-1/+2
2020-06-17Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano-5/+8
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin-5/+8
2020-05-27builtin/clone: initialize hash algorithm properlybrian m. carlson-0/+9
2020-04-28Merge branch 'jc/log-no-mailmap'Junio C Hamano-1/+1
2020-04-22Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Junio C Hamano-1/+3
2020-04-22Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano-5/+2
2020-04-01clone: use "quick" lookup while following tagsJeff King-1/+3
2020-03-29connected: always use partial clone optimizationJonathan Tan-5/+2
2020-03-26Merge branch 'bc/filter-process'Junio C Hamano-1/+4
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano-1/+1
2020-03-16clone: reorder --recursive/--recurse-submodulesJunio C Hamano-1/+1
2020-03-16builtin/clone: compute checkout metadata for clonesbrian m. carlson-1/+4
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy-1/+5
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano-0/+5
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer-0/+5
2020-02-24builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson-1/+1
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano-1/+1