diff options
author | Rémy Coutable <remy@rymai.me> | 2018-06-13 07:41:00 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-06-13 07:41:00 +0000 |
commit | 886b81e5c71529f1d61c4de4c16aab6171e1600e (patch) | |
tree | ac93a814cbdb73c722eae6d671be36a3ebb98ad5 /doc | |
parent | a84cdff0dbb6a20a26c7e25a81f4bdf0a33b9bfc (diff) | |
parent | 404ef05002e067d057dabafb4945d79a49d028bc (diff) | |
download | gitlab-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.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 |