diff options
author | Rémy Coutable <remy@rymai.me> | 2017-10-17 11:01:41 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-10-17 11:01:41 +0000 |
commit | 4220cd0fa25b89fe70ff74d21f6cf8f72d9a2cd8 (patch) | |
tree | b566a719618d37cafca2141831d1c90d98f48970 /doc/install | |
parent | 4bbdab764d808a86e2e726b4a717a64da8655a10 (diff) | |
parent | ca2d1f9fa872ba7bea558676346aff298e52a3c6 (diff) | |
download | gitlab-ce-4220cd0fa25b89fe70ff74d21f6cf8f72d9a2cd8.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
Diffstat (limited to 'doc/install')
-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 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. |