summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/log-no-mailmap'Junio C Hamano2020-04-281-1/+1
|\
| * clone: reorder --recursive/--recurse-submodulesJunio C Hamano2020-03-161-1/+1
* | Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Junio C Hamano2020-04-221-1/+3
|\ \
| * | clone: use "quick" lookup while following tagsJeff King2020-04-011-1/+3
* | | Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano2020-04-221-5/+2
|\ \ \
| * | | connected: always use partial clone optimizationJonathan Tan2020-03-291-5/+2
* | | | Merge branch 'bc/filter-process'Junio C Hamano2020-03-261-1/+4
|\ \ \ \
| * | | | builtin/clone: compute checkout metadata for clonesbrian m. carlson2020-03-161-1/+4
| | |_|/ | |/| |
* | | | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-261-1/+1
|\ \ \ \
| * | | | builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson2020-02-241-1/+1
* | | | | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-1/+5
| |/ / / |/| | |
* | | | Merge branch 'es/recursive-single-branch-clone'Junio C Hamano2020-03-051-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | clone: pass --single-branch during --recurse-submodulesEmily Shaffer2020-02-251-0/+5
| | |/ | |/|
* | | Merge branch 'ds/sparse-checkout-harden'Junio C Hamano2020-02-141-1/+1
|\ \ \ | |_|/ |/| |
| * | clone: fix --sparse option with URLsDerrick Stolee2020-01-241-1/+1
* | | connected: verify promisor-ness of partial cloneJonathan Tan2020-01-301-2/+3
| |/ |/|
* | Merge branch 'ds/sparse-cone'Junio C Hamano2019-12-251-0/+27
|\ \ | |/
| * clone: add --sparse modeDerrick Stolee2019-11-221-0/+27
* | Sync with Git 2.24.1Junio C Hamano2019-12-091-1/+1
|\ \
| * \ Sync with 2.23.1Johannes Schindelin2019-12-061-1/+1
| |\ \ | | |/ | |/|
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-1/+1
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-1/+1
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-1/+1
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-1/+1
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-1/+1
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+1
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-1/+1
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-1/+1
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+1
| | | | | | | | | | |\
| | | | | | | | | | | * clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin2019-12-041-1/+1
| | | | | | | | | | | * Merge branch 'bw/clone-recursive-quiet' into maintJunio C Hamano2017-09-101-0/+3
| | | | | | | | | | | |\
| | | | | | | | | * | | \ Merge branch 'jk/abort-clone-with-existing-dest' into maintJunio C Hamano2018-02-151-7/+24
| | | | | | | | | |\ \ \ \
| | | * | | | | | | \ \ \ \ Merge branch 'ds/close-object-store' into maintJunio C Hamano2019-07-291-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \
* | | | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano2019-12-011-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | clone: remove fetch_if_missing=0Jonathan Tan2019-11-131-3/+0
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'mr/clone-dir-exists-to-path-exists'Junio C Hamano2019-12-011-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | clone: rename static function `dir_exists()`.Miriam Rubio2019-10-291-4/+4
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-111-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
* | | | | | | | | | | | | | | Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | cache: remove null_sha1brian m. carlson2019-08-191-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | list-objects-filter-options: make filter_spec a string_listMatthew DeVore2019-06-281-5/+3
* | | | | | | | | | | | | | Merge branch 'mt/dir-iterator-updates'Junio C Hamano2019-07-251-32/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | clone: replace strcmp by fspathcmpMatheus Tavares2019-07-111-1/+1
| * | | | | | | | | | | | | | clone: use dir-iterator to avoid explicit dir traversalMatheus Tavares2019-07-111-22/+25
| * | | | | | | | | | | | | | clone: extract function from copy_or_link_directoryMatheus Tavares2019-07-111-8/+16
| * | | | | | | | | | | | | | clone: copy hidden paths at local cloneMatheus Tavares2019-07-111-1/+1
| * | | | | | | | | | | | | | clone: better handle symlinked files at .git/objects/Matheus Tavares2019-07-111-1/+1
* | | | | | | | | | | | | | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \