diff options
author | Leonid Batizhevskii <Batizhevskii@fidor.com> | 2018-06-06 15:15:35 +0300 |
---|---|---|
committer | Leonid Batizhevsky <l.batizhevsky@fun-box.ru> | 2018-06-12 17:15:53 +0200 |
commit | 404ef05002e067d057dabafb4945d79a49d028bc (patch) | |
tree | 3a7a5f674bffe1c07855c7352f364d033a398003 /doc/api/commits.md | |
parent | 760b12dc6b3a927c918855e2ee85a1c0e6bddb73 (diff) | |
download | gitlab-ce-404ef05002e067d057dabafb4945d79a49d028bc.tar.gz |
Added with_statsoption for GET /projects/:id/repository/commits
Diffstat (limited to 'doc/api/commits.md')
-rw-r--r-- | doc/api/commits.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index d1584cf64de..d07b9d5614a 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -16,6 +16,7 @@ GET /projects/:id/repository/commits | `until` | string | no | Only commits before or on this date will be returned in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ | | `path` | string | no | The file path | | `all` | boolean | no | Retrieve every commit from the repository | +| `with_stats` | boolean | no | Stats about each commit will be added to the response | ```bash |