summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-17 11:01:41 +0000
committerWinnie Hellmann <winnie@gitlab.com>2017-10-18 09:19:21 +0000
commit548ccf30806f0fd8c174ab4bdf002f0f40da29ba (patch)
treec56532ae3cacf56db2e43ecca127e02d08d2ff56
parent081fe8187f5bb7e6d131e5f45eb54d35e0a26664 (diff)
downloadgitlab-ce-548ccf30806f0fd8c174ab4bdf002f0f40da29ba.tar.gz
Merge branch 'bump-git-2-13-6' into 'master'
Bump Git version to 2.13.6 See merge request gitlab-org/gitlab-ce!14906 (cherry picked from commit 4220cd0fa25b89fe70ff74d21f6cf8f72d9a2cd8) ca2d1f9f Bump Git version to 2.13.6
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 2c93297ca2f..2a004152d5e 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -80,7 +80,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.13.0 or higher
+ # Make sure Git is version 2.13.6 or higher
git --version
Is the system packaged Git too old? Remove it and compile from source.