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