diff options
author | Stan Hu <stanhu@gmail.com> | 2018-04-17 16:15:51 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-04-17 16:15:51 +0000 |
commit | a6486f763387f5d91b73d59e990b999c89a03fc3 (patch) | |
tree | d733b83edecbfae1abb52e4787e0956ba823505b | |
parent | 2f2f9bd650ffd0f2a6c735807f243f806e637a19 (diff) | |
parent | 8c2e4088b45fcfb8596b42b1e288d390878336c9 (diff) | |
download | gitlab-ce-a6486f763387f5d91b73d59e990b999c89a03fc3.tar.gz |
Merge branch 'update-git-to-2-16-3-in-installation-docs' into 'master'
Update to Git 2.16.3 in doc/install/installation.md
See merge request gitlab-org/gitlab-ce!18434
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 85174b64ff7..fa5bcfa6f07 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -93,9 +93,9 @@ Is the system packaged Git too old? Remove it and compile from source. # Download and compile from source cd /tmp - curl --remote-name --progress https://www.kernel.org/pub/software/scm/git/git-2.16.2.tar.gz - echo '9acc4339b7a2ab484eea69d705923271682b7058015219cf5a7e6ed8dee5b5fb git-2.16.2.tar.gz' | shasum -a256 -c - && tar -xzf git-2.16.2.tar.gz - cd git-2.16.2/ + curl --remote-name --progress https://www.kernel.org/pub/software/scm/git/git-2.16.3.tar.gz + echo 'dda229e9c73f4fbb7d4324e0d993e11311673df03f73b194c554c2e9451e17cd git-2.16.3.tar.gz' | shasum -a256 -c - && tar -xzf git-2.16.3.tar.gz + cd git-2.16.3/ ./configure make prefix=/usr/local all |