diff options
author | Drew Blessing <drew@blessing.io> | 2019-05-31 15:49:50 +0000 |
---|---|---|
committer | Drew Blessing <drew@blessing.io> | 2019-05-31 15:49:50 +0000 |
commit | 493f622b5efbf1caa1d2409aa997f1d7d68dccbc (patch) | |
tree | a14d25ec8b479167ee90db6c29f68977f642def1 | |
parent | 5cd0e721f78310bc2bb810d17451f046270148d9 (diff) | |
download | gitlab-ce-493f622b5efbf1caa1d2409aa997f1d7d68dccbc.tar.gz |
Update 'committer restriction' push rule name
-rw-r--r-- | doc/push_rules/push_rules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/push_rules/push_rules.md b/doc/push_rules/push_rules.md index 7654023f266..e44eab2556e 100644 --- a/doc/push_rules/push_rules.md +++ b/doc/push_rules/push_rules.md @@ -61,7 +61,7 @@ The following options are available. | --------- | :------------: | ----------- | | Removal of tags with `git push` | **Starter** 7.10 | Forbid users to remove git tags with `git push`. Tags will still be able to be deleted through the web UI. | | Check whether author is a GitLab user | **Starter** 7.10 | Restrict commits by author (email) to existing GitLab users. | -| Check whether committer is the current authenticated user | **Premium** 10.2 | GitLab will reject any commit that was not committed by the current authenticated user | +| Committer restriction | **Premium** 10.2 | GitLab will reject any commit that was not committed by the current authenticated user | | Check whether commit is signed through GPG | **Premium** 10.1 | Reject commit when it is not signed through GPG. Read [signing commits with GPG][signing-commits]. | | Prevent committing secrets to Git | **Starter** 8.12 | GitLab will reject any files that are likely to contain secrets. Read [what files are forbidden](#prevent-pushing-secrets-to-the-repository). | | Restrict by commit message | **Starter** 7.10 | Only commit messages that match this regular expression are allowed to be pushed. Leave empty to allow any commit message. Uses multiline mode, which can be disabled using `(?-m)`. | |