diff options
author | Thiago Presa <tpresa@gitlab.com> | 2019-08-06 23:21:03 -0300 |
---|---|---|
committer | Thiago Presa <tpresa@gitlab.com> | 2019-08-07 00:13:14 -0300 |
commit | 3588d7eec2098f37798ce223a3f468695af1e18c (patch) | |
tree | 28a14e51ce07d63e3dc567c6bc64ca1eb3d6215e /doc/api/projects.md | |
parent | 4b486bf2201f262b4af49ac22204a72ebc146c0c (diff) | |
download | gitlab-ce-3588d7eec2098f37798ce223a3f468695af1e18c.tar.gz |
Updating description of the optiontpresa-expose-reject-unsigned-commits
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index e77885746b8..a17a32ea9df 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1738,7 +1738,7 @@ PUT /projects/:id/push_rule | `file_name_regex` **(STARTER)** | string | no | All commited filenames must **not** match this, e.g. `(jar|exe)$` | | `max_file_size` **(STARTER)** | integer | no | Maximum file size (MB) | | `commit_committer_check` **(PREMIUM)** | boolean | no | Users can only push commits to this repository that were committed with one of their own verified emails. | -| `reject_unsigned_commits` **(PREMIUM)** | boolean | no | Reject commit when it is not signed through GPG. | +| `reject_unsigned_commits` **(PREMIUM)** | boolean | no | Reject commits when they are not GPG signed. | ### Delete project push rule |