Commit f7e4686a425b7e51237420d99d9cf4a23a83b099
1 parent
69a63903
Exists in
master
and in
4 other branches
add gitlab shell version and updated CHANGELOG
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
CHANGELOG
@@ -15,6 +15,11 @@ v 5.1.0 | @@ -15,6 +15,11 @@ v 5.1.0 | ||
15 | - File history now tracks renames | 15 | - File history now tracks renames |
16 | - Drop wiki migration tools | 16 | - Drop wiki migration tools |
17 | - Drop sqlite migration tools | 17 | - Drop sqlite migration tools |
18 | + - project tagging | ||
19 | + - Paginate users in API | ||
20 | + | ||
21 | +v 5.0.1 | ||
22 | + - Fixed issue with gitlab-grit being overrided by grit | ||
18 | 23 | ||
19 | v 5.0.0 | 24 | v 5.0.0 |
20 | - Replaced gitolite with gitlab-shell | 25 | - Replaced gitolite with gitlab-shell |
doc/install/installation.md
@@ -99,6 +99,10 @@ GitLab Shell is a ssh access and repository management software developed specia | @@ -99,6 +99,10 @@ GitLab Shell is a ssh access and repository management software developed specia | ||
99 | git clone https://github.com/gitlabhq/gitlab-shell.git | 99 | git clone https://github.com/gitlabhq/gitlab-shell.git |
100 | 100 | ||
101 | cd gitlab-shell | 101 | cd gitlab-shell |
102 | + | ||
103 | + # switch to right version | ||
104 | + git checkout v1.2.0 | ||
105 | + | ||
102 | cp config.yml.example config.yml | 106 | cp config.yml.example config.yml |
103 | 107 | ||
104 | # Edit config and replace gitlab_url | 108 | # Edit config and replace gitlab_url |