diff options
author | Nick Thomas <nick@gitlab.com> | 2018-11-21 22:37:08 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-11-21 22:37:08 +0000 |
commit | 0b0db201c328f4a8ad164082be03712ddb36a446 (patch) | |
tree | a556689be9049eb1e3b2baeb598691cf383f4331 /doc | |
parent | 62e0877d5a2290403975667eb679dc94a2340655 (diff) | |
parent | e178329b4561c729b432a5b66010973d60d2649c (diff) | |
download | gitlab-ce-0b0db201c328f4a8ad164082be03712ddb36a446.tar.gz |
Merge branch 'fj-47494-upgrade-git-to-2-18-0' into 'master'
Upgraded minimum Git version to 2.18.0
Closes #47494
See merge request gitlab-org/gitlab-ce!22803
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. |