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
path: root/doc
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2014-05-28 15:01:55 +0400
committerSytse Sijbrandij <sytse@gitlab.com>2014-05-28 15:01:55 +0400
commitc183019ce15218d54a5daaf61dfb5ef58f47f592 (patch)
tree148262fee2a975b291f9bc2511b2356fd260b93b /doc
parent8a3807c83880f71612b1e092c49e865d24e29704 (diff)
parent82855e078f7cfa55396522305d7f3408dad4019a (diff)
Merge branch 'use_newer_git_version' into 'master'
Use newer git version Fixes #1272
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 73fef0dadfe..00eab62c070 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -62,7 +62,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 1.8.4
+ # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.9.3
git --version
Is the system packaged Git too old? Remove it and compile from source.
@@ -75,8 +75,8 @@ Is the system packaged Git too old? Remove it and compile from source.
# Download and compile from source
cd /tmp
- curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz
- cd git-1.8.5.2/
+ curl --progress https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.gz | tar xz
+ cd git-1.9.3/
make prefix=/usr/local all
# Install into /usr/local/bin