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