summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-06-13 07:41:00 +0000
committerRémy Coutable <remy@rymai.me>2018-06-13 07:41:00 +0000
commit886b81e5c71529f1d61c4de4c16aab6171e1600e (patch)
treeac93a814cbdb73c722eae6d671be36a3ebb98ad5 /doc
parenta84cdff0dbb6a20a26c7e25a81f4bdf0a33b9bfc (diff)
parent404ef05002e067d057dabafb4945d79a49d028bc (diff)
downloadgitlab-ce-886b81e5c71529f1d61c4de4c16aab6171e1600e.tar.gz
Merge branch 'commits_api_with_stats' into 'master'
Added with_stats option to GET /projects/:id/repository/commits (API) See merge request gitlab-org/gitlab-ce!19484
Diffstat (limited to 'doc')
-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