Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-06-12 16:32:43 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-06-12 16:32:43 +0300
commit5019a7f3141b412579292b3c6efd7238d9bda73f (patch)
treee067f9899575733341b812dde2e535819001c10f /doc/update
parent6ec4da5d01aa41f51a2fb6c7ecffa44f78993582 (diff)
Move mention of git 2.1.2 to intro paragraph
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/7.11-to-7.12.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/update/7.11-to-7.12.md b/doc/update/7.11-to-7.12.md
index bf0f7743e38..cc14a135926 100644
--- a/doc/update/7.11-to-7.12.md
+++ b/doc/update/7.11-to-7.12.md
@@ -7,8 +7,8 @@
If you compiled Git from source on your GitLab server then please double-check
that you are using a version that protects against CVE-2014-9390. For six
months after this vulnerability became known the GitLab installation guide
-still contained instructions that would install an outdated, 'vulnerable' Git
-version.
+still contained instructions that would install the outdated, 'vulnerable' Git
+version 2.1.2.
Run the following command to get your current Git version.
@@ -21,9 +21,8 @@ to the outdated instructions from the GitLab installation guide and you can go
to the next step 'Stop server' below.
If you see a version string then it should be v1.8.5.6, v1.9.5, v2.0.5, v2.1.4,
-v2.2.1 or newer. If you followed the GitLab installation guide to the letter
-then you probably have v2.1.2. You can use the [instructions in the GitLab
-source installation
+v2.2.1 or newer. You can use the [instructions in the GitLab source
+installation
guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies)
to install a newer version of Git.