# File lib/gitlab_git/commit.rb, line 213
      def diffs(options = {})
        DiffCollection.new(diff_from_parent(options), options)
      end