Commit e2c14a2b authored by Valery Sizov's avatar Valery Sizov

Merge branch 'small_improvements' into 'master'

Improved git hook description

https://dev.gitlab.org/gitlab/gitlabhq/issues/1741

See merge request !243
parents 5d7595ef 5ab3adb4
......@@ -23,13 +23,13 @@
Tags can still be deleted through the web UI.
.form-group
= f.label :member_check, "Restrict commit authors to existing Gitlab users", class: 'control-label'
= f.label :member_check, "Restrict commits by author(email) to existing GitLab users", class: 'control-label'
.col-sm-10
%label
.checkbox
= f.check_box :member_check
%span.descr
Check whether author is a GitLab member
Check whether author is a GitLab user
-#.form-group
= f.label :force_push_regex, "Force push", class: 'control-label'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment