summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin1-1/+1
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano1-3/+0
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Junio C Hamano1-4/+4
2019-11-22clone: add --sparse modeDerrick Stolee1-0/+27
2019-11-13clone: remove fetch_if_missing=0Jonathan Tan1-3/+0
2019-10-29clone: rename static function `dir_exists()`.Miriam Rubio1-4/+4
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano1-1/+0
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano1-1/+1