summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano
2020-01-30connected: verify promisor-ness of partial cloneJonathan Tan
2020-01-24clone: fix --sparse option with URLsDerrick Stolee
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Junio C Hamano
2019-11-22clone: add --sparse modeDerrick Stolee
2019-11-13clone: remove fetch_if_missing=0Jonathan Tan
2019-10-29clone: rename static function `dir_exists()`.Miriam Rubio
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-10-03treewide: remove duplicate #include directivesRené Scharfe
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-08-19cache: remove null_sha1brian m. carlson
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano
2019-07-25Merge branch 'mt/dir-iterator-updates'Junio C Hamano
2019-07-11clone: replace strcmp by fspathcmpMatheus Tavares
2019-07-11clone: use dir-iterator to avoid explicit dir traversalMatheus Tavares
2019-07-11clone: extract function from copy_or_link_directoryMatheus Tavares
2019-07-11clone: copy hidden paths at local cloneMatheus Tavares
2019-07-11clone: better handle symlinked files at .git/objects/Matheus Tavares
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-17Merge branch 'xl/record-partial-clone-origin'Junio C Hamano
2019-06-17Merge branch 'ba/clone-remote-submodules'Junio C Hamano
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee
2019-05-29clone: respect user supplied origin name when setting up partial cloneXin Li
2019-05-28clone: add `--remote-submodules` flagBen Avison
2019-05-19Merge branch 'nd/parse-options-aliases'Junio C Hamano
2019-05-13Merge branch 'js/partial-clone-connectivity-check'Junio C Hamano
2019-05-13clone: drop dest parameter from copy_alternates()Jeff King
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy
2019-05-07parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy
2019-04-21clone: do faster object check for partial clonesJosh Steadmon