1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

the "requirements" comment for git is no longer accurate--deploy_via works fine

This commit is contained in:
Jamis Buck 2008-04-16 07:49:40 -06:00
parent 9b10d909b6
commit d11006102c

View file

@ -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
# -------------
#