On Mon, Oct 11, 2021 at 11:52 PM ToddAndMargo <ToddAndMargo@xxxxxxxx> wrote: > > On 10/11/21 06:13, Christian Couder wrote: > > If I needed more information than just the commit ID, I would use the > > GitLab API, especially: > > > > https://docs.gitlab.com/ee/api/commits.html#get-a-single-commit > > > > So you might want to customize this example command: > > > > $ curl --header "PRIVATE-TOKEN: <your_access_token>" > > "https://gitlab.example.com/api/v4/projects/5/repository/commits/master" > > > > no idea what the " <your_access_token>" is. This is a mailing list about Git, not GitLab or other service providers, so I don't want to go into too many details here. As I already explained you should look at the docs for more details. Alternatively you can google it or ask in a GitLab forum or to GitLab support if you have paid for that.