diff options
author | Robert Speicher <robert@gitlab.com> | 2015-10-16 20:14:37 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-10-16 20:14:37 +0000 |
commit | f84ed86a52b0fb1e32ffd3aa08cde7a80f2d9d40 (patch) | |
tree | 9aeccea81c48b5e55c1f304632ef95f296717941 /doc | |
parent | b39860b01bd8055b26503d173e37ebae7150c783 (diff) | |
parent | 999051bc91f02292e28582ce538f0d147c7b665e (diff) | |
download | gitlab-ce-f84ed86a52b0fb1e32ffd3aa08cde7a80f2d9d40.tar.gz |
Merge branch 'gghs-0.3.0' into 'master'
Use gitlab-git-http-server 0.3.0 for GitLab 8.1
See merge request !1605
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 0ea6386fd45..2e9ac7393e3 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -325,7 +325,7 @@ GitLab Shell is an SSH access and repository management software developed speci cd /home/git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-git-http-server.git cd gitlab-git-http-server - sudo -u git -H git checkout 0.2.14 + sudo -u git -H git checkout 0.3.0 sudo -u git -H make ### Initialize Database and Activate Advanced Features |