Skip to content

Add first_parent to find-commits and count-commits

Add --first-parent option and filtering to FindCommitsRequest and CountCommitsRequest.

There is a corresponding Gitlab commits-api change, to enable faster retrival of only the merges onto a protected master branch, via API.

Merge request reports