diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-03-15 23:22:05 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-03-15 23:22:05 +0100 |
commit | 7ae573c75ac51413c04249f77ed8ca4e144b7549 (patch) | |
tree | 0647ed54d0ce84a0f3c31c256d43c9f3990ebbb0 /doc/install | |
parent | 3211d1cb760268bb351f288d3ea42cf76b8e8c6d (diff) | |
download | gitlab-ce-7ae573c75ac51413c04249f77ed8ca4e144b7549.tar.gz |
Bump Git version requirement to 2.7.3
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 4f011397269..362b27350cc 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. |