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
2021-05-20fetch: improve grammar of "shallow roots" messageAlex Henrie
2021-05-16Merge branch 'jt/push-negotiation'Junio C Hamano
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan
2021-04-16fetch: add --prefetch optionDerrick Stolee
2021-02-18Merge branch 'jt/clone-unborn-head'Junio C Hamano
2021-02-06connect, transport: encapsulate arg in structJonathan Tan
2021-01-12fetch: implement support for atomic reference updatesPatrick Steinhardt
2021-01-12fetch: allow passing a transaction to `s_update_ref()`Patrick Steinhardt
2021-01-12fetch: refactor `s_update_ref` to use common exit pathPatrick Steinhardt
2021-01-12fetch: use strbuf to format FETCH_HEAD updatesPatrick Steinhardt
2021-01-12fetch: extract writing to FETCH_HEADPatrick Steinhardt
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-10-06Merge branch 'jk/refspecs-negative'Junio C Hamano
2020-10-06Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano
2020-10-01refspec: add support for negative refspecsJacob Keller
2020-09-29fetch: do not override partial clone filterJonathan Tan
2020-09-26Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-22Merge branch 'ar/fetch-ipversion-in-all'Junio C Hamano
2020-09-22Merge branch 'os/fetch-submodule-optim'Junio C Hamano
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-09-16fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-09-06fetch: do not look for submodule changes in unchanged refsOrgad Shaneh
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano
2020-09-03fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan
2020-08-28Merge branch 'jk/leakfix'Junio C Hamano
2020-08-18fetch: only populate existing_refs if neededJonathan Tan
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-06-30Merge branch 'xl/upgrade-repo-format'Junio C Hamano
2020-06-18Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano
2020-06-05fetch: allow adding a filter after initial cloneXin Li
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano
2020-05-01shallow: extract a header file for shallow-related functionsTaylor Blau
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-22Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano
2020-03-29connected: always use partial clone optimizationJonathan Tan
2020-03-03Merge branch 'ds/partial-clone-fixes'Junio C Hamano
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau