From d11006102c07c94e5d54dd0ee63dca825c93ed61 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 16 Apr 2008 07:49:40 -0600 Subject: [PATCH] the "requirements" comment for git is no longer accurate--deploy_via works fine --- lib/capistrano/recipes/deploy/scm/git.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/capistrano/recipes/deploy/scm/git.rb b/lib/capistrano/recipes/deploy/scm/git.rb index 1a3343b4..df8a90ab 100644 --- a/lib/capistrano/recipes/deploy/scm/git.rb +++ b/lib/capistrano/recipes/deploy/scm/git.rb @@ -24,14 +24,6 @@ module Capistrano # * Supports :scm_command, :scm_password, :scm_passphrase Capistrano # directives. # - # REQUIREMENTS - # ------------ - # - # Git is required to be installed on your remote machine(s), because a - # clone and checkout is done to get the code up there. This is the way - # I prefer to deploy; there is no alternative to this, so :deploy_via - # is ignored. - # # CONFIGURATION # ------------- #