mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix README, fixes #1055
This commit is contained in:
parent
f26ee568e2
commit
0bb7737ccc
1 changed files with 8 additions and 1 deletions
|
@ -229,6 +229,13 @@ DEBUG [9ce34809] leehambley pts/0 2013-06-13 17:11 (port-11262.pppoe.wtn
|
|||
INFO [9ce34809] Finished in 0.420 seconds command successful.
|
||||
```
|
||||
|
||||
## VCS Requirements
|
||||
|
||||
Capistano requires modern versions of Git, Mercurial and Subversion
|
||||
respectively (if you are using that particular VCS). Git Git requirement is at
|
||||
least version 1.8.x. Mercurial and Subversion, any modern version should
|
||||
suffice.
|
||||
|
||||
## A word about PTYs
|
||||
|
||||
There is a configuration option which asks the backend driver to ask the remote host
|
||||
|
@ -312,7 +319,7 @@ To increase the utility of On-Filters they can use regular expressions:
|
|||
|
||||
When filters are specified using comma separated lists, the final filter is the _union_ of
|
||||
all of the components. However when multiple filters are declared the result is the
|
||||
_intersection_.
|
||||
_intersection_.
|
||||
|
||||
## SSHKit
|
||||
|
||||
|
|
Loading…
Reference in a new issue