diff options
author | Robert Speicher <robert@gitlab.com> | 2015-10-16 20:14:37 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-16 16:16:59 -0400 |
commit | 64edacd9f672c8f48c8d126445a0241f8af55755 (patch) | |
tree | 84a1870c07b09fcbe1c91d3e49447ee239ca3cff | |
parent | c3f5cc5367d9fa1ec68d578d2087092356a69d80 (diff) | |
download | gitlab-ce-64edacd9f672c8f48c8d126445a0241f8af55755.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
-rw-r--r-- | GITLAB_GIT_HTTP_SERVER_VERSION | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/GITLAB_GIT_HTTP_SERVER_VERSION b/GITLAB_GIT_HTTP_SERVER_VERSION index 769ed6ae790..0d91a54c7d4 100644 --- a/GITLAB_GIT_HTTP_SERVER_VERSION +++ b/GITLAB_GIT_HTTP_SERVER_VERSION @@ -1 +1 @@ -0.2.14 +0.3.0 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 |