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:
authorLeonid Batizhevskii <Batizhevskii@fidor.com>2018-06-06 15:15:35 +0300
committerLeonid Batizhevsky <l.batizhevsky@fun-box.ru>2018-06-12 18:15:53 +0300
commit404ef05002e067d057dabafb4945d79a49d028bc (patch)
tree3a7a5f674bffe1c07855c7352f364d033a398003 /doc/api
parent760b12dc6b3a927c918855e2ee85a1c0e6bddb73 (diff)
Added with_statsoption for GET /projects/:id/repository/commits
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 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