diff options
author | Robert Speicher <robert@gitlab.com> | 2016-03-15 22:27:35 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-15 18:28:33 -0400 |
commit | c7a3d75973cc8126fb4743153ac1210ad8be5352 (patch) | |
tree | 037e8fa036c0905defde35221dcf7e369a2be57b /doc | |
parent | 0424e72d297c32b5bbe23180540dff475bf65090 (diff) | |
download | gitlab-ce-c7a3d75973cc8126fb4743153ac1210ad8be5352.tar.gz |
Merge branch 'git-2-7-3' into 'master'
Bump Git version requirement to 2.7.3
[ci skip]
See merge request !3240
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 10f036d0d44..6c6463ee2db 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -76,7 +76,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 1.7.10 or higher, for example 1.7.12 or 2.0.0 + # Make sure Git is version 2.7.3 or higher git --version Is the system packaged Git too old? Remove it and compile from source. |