git_installed?

in jekyll/plugins/recently_updated_generator.rb [209:213]


  def git_installed?
    null = RbConfig::CONFIG['host_os'] =~ /msdos|mswin|djgpp|mingw/ ? 'NUL' : '/dev/null'
    system "git --version>>#{null} 2>&1"
  end