# File lib/git/status.rb, line 14
    def changed
      @files.select { |k, f| f.type == 'M' }
    end