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>2020-11-04 12:53:47 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-11-04 12:55:41 +0300
commitab9db302a0b30909865003e53901c1da7bcc70c7 (patch)
tree04a604fee2a589722d678f66f330f9b522ad184a
parentd66d46a0832214cd64cadf0fefd25939178c3416 (diff)
README: Fix supported Git versions
While our minimum required Git version was bumped to v2.29.0, the README claims that we support v2.26.x and v2.27.x. Fix this inconsistency.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0bb1031f2..544e298c7 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Gitaly requires Go 1.13.9 or newer and Ruby 2.6. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.
-Gitaly uses `git`. Versions `2.26.x` and `2.27.x` are supported.
+Gitaly uses `git`. Versions `2.29.0` and newer are supported.
## Configuration