summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
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-07-29Merge branch 'ds/close-object-store' into maintJunio 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-19Merge branch 'nd/parse-options-aliases'Junio C Hamano
2019-05-13Merge branch 'js/partial-clone-connectivity-check'Junio C Hamano
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
2019-04-18clone: send server options when using protocol v2Jonathan Tan
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-15filter-options: expand scaled numbersJosh Steadmon
2019-01-04Merge branch 'sg/clone-initial-fetch-configuration'Junio C Hamano
2018-11-16clone: respect additional configured fetch refspecs during initial fetchSZEDER Gábor
2018-11-16clone: use a more appropriate variable name for the default refspecSZEDER Gábor
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-08-15Merge branch 'bw/clone-ref-prefixes'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-01fetch-pack: unify ref in and out paramJonathan Tan
2018-07-24Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano
2018-07-24Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-07-20clone: send ref-prefixes when using protocol v2Brandon Williams
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-09clone: check connectivity even if clone is partialJonathan Tan
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-28Merge branch 'ab/refspec-init-fix'Junio C Hamano
2018-06-28fetch-pack: put shallow info in output parameterBrandon Williams
2018-06-11refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-18clone: convert cmd_clone to use refspec_item_initBrandon Williams
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller