# File lib/chef/provider/git.rb, line 88
      def target_dir_non_existant_or_empty?
        !::File.exist?(@new_resource.destination) || Dir.entries(@new_resource.destination).sort == ['.','..']
      end