Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorThiago Presa <tpresa@gitlab.com>2019-08-07 05:21:03 +0300
committerThiago Presa <tpresa@gitlab.com>2019-08-07 06:13:14 +0300
commit3588d7eec2098f37798ce223a3f468695af1e18c (patch)
tree28a14e51ce07d63e3dc567c6bc64ca1eb3d6215e /doc/api
parent4b486bf2201f262b4af49ac22204a72ebc146c0c (diff)
Updating description of the option
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md2
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