Commit c183019ce15218d54a5daaf61dfb5ef58f47f592
Exists in
spb-stable
and in
2 other branches
Merge branch 'use_newer_git_version' into 'master'
Use newer git version Fixes #1272
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/install/installation.md
@@ -62,7 +62,7 @@ Make sure you have the right version of Git installed | @@ -62,7 +62,7 @@ Make sure you have the right version of Git installed | ||
62 | # Install Git | 62 | # Install Git |
63 | sudo apt-get install -y git-core | 63 | sudo apt-get install -y git-core |
64 | 64 | ||
65 | - # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.8.4 | 65 | + # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.9.3 |
66 | git --version | 66 | git --version |
67 | 67 | ||
68 | Is the system packaged Git too old? Remove it and compile from source. | 68 | 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. | @@ -75,8 +75,8 @@ Is the system packaged Git too old? Remove it and compile from source. | ||
75 | 75 | ||
76 | # Download and compile from source | 76 | # Download and compile from source |
77 | cd /tmp | 77 | cd /tmp |
78 | - curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz | ||
79 | - cd git-1.8.5.2/ | 78 | + curl --progress https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.gz | tar xz |
79 | + cd git-1.9.3/ | ||
80 | make prefix=/usr/local all | 80 | make prefix=/usr/local all |
81 | 81 | ||
82 | # Install into /usr/local/bin | 82 | # Install into /usr/local/bin |