# File lib/git/object.rb, line 21
      def sha
        @sha ||= @base.lib.revparse(@objectish)
      end