# File lib/gitlab/client/commits.rb, line 78
    def create_commit_comment(project, commit, note, options={})
      post("/projects/#{project}/repository/commits/#{commit}/comments", body: options.merge(note: note))
    end