summaryrefslogtreecommitdiffstats
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorLines
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-02-06Merge branch 'nd/the-index-final'Junio C Hamano-0/+1
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano-1/+5
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-0/+1
2019-01-15filter-options: expand scaled numbersJosh Steadmon-1/+5
2019-01-04Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano-14/+19
2018-11-16clone: respect additional configured fetch refspecs during initial fetchSZEDER Gábor-10/+15
2018-11-16clone: use a more appropriate variable name for the default refspecSZEDER Gábor-6/+6
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano-0/+1
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen-0/+1
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano-2/+2
2018-08-15Merge branch 'bw/clone-ref-prefixes'Junio C Hamano-5/+15
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-1/+2
2018-08-01fetch-pack: unify ref in and out paramJonathan Tan-2/+2
2018-07-24Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano-1/+1
2018-07-24Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano-2/+2
2018-07-20clone: send ref-prefixes when using protocol v2Brandon Williams-5/+15
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-07-09clone: check connectivity even if clone is partialJonathan Tan-1/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller-1/+2
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-0/+1
2018-06-28Merge branch 'ab/refspec-init-fix'Junio C Hamano-1/+1
2018-06-28fetch-pack: put shallow info in output parameterBrandon Williams-2/+2
2018-06-11refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason-1/+1
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano-7/+6
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-1/+1
2018-05-18clone: convert cmd_clone to use refspec_item_initBrandon Williams-6/+4
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams-2/+2
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams-0/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-1/+1
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller-1/+1
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller-0/+1
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams-1/+1
2018-02-15Merge branch 'jk/abort-clone-with-existing-dest' into maintJunio C Hamano-7/+24
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano-2/+20
2018-01-23Merge branch 'jk/abort-clone-with-existing-dest'Junio C Hamano-7/+24
2018-01-03clone: do not clean up directories we didn't createJeff King-4/+16
2018-01-03clone: factor out dir_exists() helperJeff King-3/+8
2017-12-28Merge branch 'jt/transport-hide-vtable'Junio C Hamano-3/+0
2017-12-27Merge branch 'es/clone-shared-worktree'Junio C Hamano-1/+2
2017-12-14clone, fetch: remove redundant transport checkJonathan Tan-3/+0