gitlab-org--gitlab-foss/changelogs/unreleased/add-changes-count-to-merge-requests-api.yml
Sean McGivern 9d259c2232 Add changes_count to the merge requests API
This returns the `real_size` of the MR's diff, which is a string indicating the
number of changes. If the diff overflows after _n_ files, the string will be
`$n+`.
2017-11-03 14:28:18 +00:00

5 lines
97 B
YAML

---
title: Add a count of changes to the merge requests API
merge_request:
author:
type: changed