Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05-30clone: 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-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-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-06Merge 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-16filter-options: expand scaled numbersJosh Steadmon
2019-01-05Merge 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-16Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-08-16Merge branch 'bw/clone-ref-prefixes'Junio C Hamano
2018-08-03Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-02fetch-pack: unify ref in and out paramJonathan Tan
2018-07-25Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano
2018-07-25Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-07-21clone: 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
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams
2018-02-14Merge branch 'jh/partial-clone'Junio C Hamano
2018-01-24Merge branch 'jk/abort-clone-with-existing-dest'Junio C Hamano
2018-01-04clone: do not clean up directories we didn't createJeff King
2018-01-04clone: factor out dir_exists() helperJeff King