# File lib/git/diff.rb, line 61
    def [](key)
      process_full
      @full_diff_files.assoc(key)[1]
    end