# File lib/grit/git.rb, line 59
    def get_git_object(object_id)
      ruby_git.get_raw_object_by_sha1(object_id).to_hash
    end