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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-21 14:49:48 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-21 14:51:48 +0300
commitd2021eb33549319da75a1b80642768bb397cecd2 (patch)
treee22f4bd346944c48bf78484680de4a16d761786a /README.md
parentafd1f74ddd53049344ca3f3416fe605b7c3fd6c9 (diff)
git: Bump minimum required Git version to v2.38.0
Git v2.38.0 brings some important changes with it that we want to build on: - It fixes a source of corruption when upgrading commit-graphs that contain generation data in v1 to v2. We currently had to disable use of generation data completely because of that bug so that we don't corrupt repositories. This information is important though to speed up some computations, like for example in the packfile negotiation. - git-merge-tree(1) learned two merge two trees. This is important to allow us to do in-memory merges. - git-cat-file(1) starts to support mailmaps, which is important for us to support them in Gitaly. - git-clone(1) has clearned about bundle URIs, which allows offloading parts of a clone to a CDN. Bump the minimum required Git version to v2.38.0. Changelog: changed
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78ae39b3c..a16eb1a21 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Most users won't install Gitaly on its own. It is already included in
Gitaly requires Go 1.18 or Go 1.19 and Ruby 2.7. Run `make` to download and
compile Ruby dependencies, and to compile the Gitaly Go executable.
-Gitaly uses `git`. Versions `2.37.0` and newer are supported.
+Gitaly uses `git`. Versions `2.38.0` and newer are supported.
## Configuration