# File lib/gitlab/client/commits.rb, line 60 def commit_comments(project, commit, options={}) get("/projects/#{project}/repository/commits/#{commit}/comments", query: options) end