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>2021-10-12 13:31:59 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-12 13:31:59 +0300
commit90b32df899d352106939de37f5ab51444d621bff (patch)
tree8d9973ba24890461fe97117e4a21906b4c563d55 /README.md
parent9b96e69209bb66109636a2e7947765c7022ed99f (diff)
README: Bump minimum required Git version
In commit c8c774edc (git: Bump minimum required Git version to v2.33.0, 2021-10-06), we have bumped the minimum required Git version to v2.33.0, but forgot to adjust our README to point out this new requirement. Adapt the version in there, too.
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 218140c30..379cf6379 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Most users won't install Gitaly on its own. It is already included in
Gitaly requires Go 1.15 or Go 1.16 and Ruby 2.7. Run `make` to download and
compile Ruby dependencies, and to compile the Gitaly Go executable.
-Gitaly uses `git`. Versions `2.31.0` and newer are supported.
+Gitaly uses `git`. Versions `2.33.0` and newer are supported.
## Configuration