# File lib/grit/git-ruby/file_index.rb, line 83
    def files(commit_sha)
      @commit_index[commit_sha][:files] rescue nil
    end