aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/clone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-28Merge branch 'jc/log-no-mailmap'Junio C Hamano1-1/+1
2020-04-22Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Junio C Hamano1-1/+3
2020-04-22Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano1-5/+2
2020-04-01clone: use "quick" lookup while following tagsJeff King1-1/+3
2020-03-29connected: always use partial clone optimizationJonathan Tan1-5/+2
2020-03-26Merge branch 'bc/filter-process'Junio C Hamano1-1/+4
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-1/+1
2020-03-16clone: reorder --recursive/--recurse-submodulesJunio C Hamano1-1/+1
2020-03-16builtin/clone: compute checkout metadata for clonesbrian m. carlson1-1/+4
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-1/+5
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano1-0/+5
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer1-0/+5
2020-02-24builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson1-1/+1
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano1-1/+1
2020-01-30connected: verify promisor-ness of partial cloneJonathan Tan1-2/+3
2020-01-24clone: fix --sparse option with URLsDerrick Stolee1-1/+1
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano1-0/+27
2019-12-09Sync with Git 2.24.1Junio C Hamano1-1/+1
2019-12-06Sync with 2.23.1Johannes Schindelin1-1/+1
2019-12-06Sync with 2.22.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.21.1Johannes Schindelin1-1/+1
2019-12-06Sync with 2.20.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.18.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.17.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.16.6Johannes Schindelin1-1/+1
2019-12-06Sync with 2.15.4Johannes Schindelin1-1/+1
2019-12-06Sync with 2.14.6Johannes Schindelin1-1/+1