Description of the problem, including code/CLI snippet
The python-gitlab API for project commits mentions using filtering ref_name, since & until
|
You can use the ``ref_name``, ``since`` and ``until`` filters to limit the |
It would good to also to be able to use these from the 'gitlab project-commit list' CLI
https://python-gitlab.readthedocs.io/en/stable/cli-objects.html#gitlab-project-commit-list
It would also be very useful to use the 'trailers | boolean | no' option that GitLab API includes in this API:
https://docs.gitlab.com/ee/api/commits.html#list-repository-commits
Specifications
- python-gitlab version: 3.2.0
- API version you are using (v3/v4): v4
- Gitlab server version (or gitlab.com): gitlab.com