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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-16 16:49:18 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-16 16:53:17 +0300
commitb7486bd4792a15a8d63e35ba68a607bf9cd449b0 (patch)
tree535dabab59f2a8e4ee487d4bf0abc63d7f9815af /README.md
parent3dab80f2e182c2523080aa7b0a9dddde446f7c2c (diff)
Test and require Git 2.21
Prior to this change, Git 2.18 was the minimal version GitLab required. This commit will require 2.21. This allows GitLab to leverage newer Git features. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/54255
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 dd4d9b8a0..496662f9b 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Gitaly requires Go 1.11 or newer and Ruby 2.5. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.
-Gitaly uses `git`. Version `2.18.0` or higher is required.
+Gitaly uses `git`. Version `2.21.0` or higher is required.
## Configuration