# File lib/gitlab_git/commit.rb, line 189
      def diff_from_parent(options = {})
        Commit.diff_from_parent(raw_commit, options)
      end