# File lib/grit/git-ruby/repository.rb, line 154
      def cat_file(sha)
        get_object_by_sha1(sha).raw_content
      end