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:
authorJacopo <beschi.jacopo@gmail.com>2018-09-27 18:35:15 +0300
committerJacopo <beschi.jacopo@gmail.com>2018-10-03 19:11:42 +0300
commitf3834e9c2d00b20bb7c55cb8845a98f0d8c86443 (patch)
treeba406e260b38b2a2efa34f191104aa6ffef6b05e /doc/api
parentf4db21eb22eeb9e07a9f5850d496570992f6d1f9 (diff)
Includes commit stats in POST project commits API
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/commits.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md
index 5ff1e1f60e0..9b7ca4b6e70 100644
--- a/doc/api/commits.md
+++ b/doc/api/commits.md
@@ -79,6 +79,7 @@ POST /projects/:id/repository/commits
| `actions[]` | array | yes | An array of action hashes to commit as a batch. See the next table for what attributes it can take. |
| `author_email` | string | no | Specify the commit author's email address |
| `author_name` | string | no | Specify the commit author's name |
+| `stats` | boolean | no | Include commit stats. Default is true |
| `actions[]` Attribute | Type | Required | Description |