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