diff options
| author | Douwe Maan <douwe@gitlab.com> | 2016-02-17 17:16:34 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2016-02-17 17:16:34 +0000 |
| commit | 879d66b6ab5cfd75e9b126f825b2e165b48a9ff1 (patch) | |
| tree | 1bd480f104a88c3a4b63f55f1ac38b3924fd6f88 /doc | |
| parent | a4ffdf922da488b2f04e81f5fc29243413e42cd3 (diff) | |
| parent | 64d8a38b54500e4c359f510c0ee15ab8fadc9f18 (diff) | |
| download | gitlab-ce-879d66b6ab5cfd75e9b126f825b2e165b48a9ff1.tar.gz | |
Merge branch 'git-archive-refactor' into 'master'
Refactor 'git archive' hand-off to gitlab-workhorse
We have a nicer way now to hand off HTTP responses to gitlab-workhorse.
Companion MR: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/36
See merge request !2675
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 7ae73450afb..7f16e6ff5c4 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -353,7 +353,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-workhorse.git cd gitlab-workhorse - sudo -u git -H git checkout 0.6.4 + sudo -u git -H git checkout 0.6.5 sudo -u git -H make ### Initialize Database and Activate Advanced Features |
