# File lib/git/object.rb, line 42
      def diff(objectish)
        Git::Diff.new(@base, @sha, objectish)
      end