diff options
author | Francisco Javier López <fjlopez@gitlab.com> | 2018-11-21 22:37:08 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-11-21 22:37:08 +0000 |
commit | e178329b4561c729b432a5b66010973d60d2649c (patch) | |
tree | a556689be9049eb1e3b2baeb598691cf383f4331 /doc | |
parent | 62e0877d5a2290403975667eb679dc94a2340655 (diff) | |
download | gitlab-ce-e178329b4561c729b432a5b66010973d60d2649c.tar.gz |
Upgraded minimum Git version to 2.18.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index cac97b63d92..06293b8caf5 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -79,7 +79,7 @@ Make sure you have the right version of Git installed # Install Git sudo apt-get install -y git-core - # Make sure Git is version 2.9.5 or higher + # Make sure Git is version 2.18.0 or higher git --version Is the system packaged Git too old? Remove it and compile from source. |