summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-10-16 20:14:37 +0000
committerRobert Speicher <robert@gitlab.com>2015-10-16 20:14:37 +0000
commitf84ed86a52b0fb1e32ffd3aa08cde7a80f2d9d40 (patch)
tree9aeccea81c48b5e55c1f304632ef95f296717941
parentb39860b01bd8055b26503d173e37ebae7150c783 (diff)
parent999051bc91f02292e28582ce538f0d147c7b665e (diff)
downloadgitlab-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
-rw-r--r--GITLAB_GIT_HTTP_SERVER_VERSION2
-rw-r--r--doc/install/installation.md2
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