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:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-11-05 14:42:53 +0300
committerFrancisco Javier López <fjlopez@gitlab.com>2018-11-05 16:43:39 +0300
commit4989d3af980670ebe6dd6be379c1708d7218664a (patch)
tree23258555738fcb9e64f312ec29f41167e0674dd9 /README.md
parent805b98249291cb08045df0aa6aa0b40774433995 (diff)
Upgraded Git minimum version to 2.18.0
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 302fb8f47..0a651c772 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ Gitaly requires Go 1.8 or newer and Ruby 2.3. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.
-Gitaly uses `git`. Version `2.18.0` is recommended, and `2.9.0` at a minimum.
+Gitaly uses `git`. Version `2.18.0` or higher is required.
## Configuration