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

5 commits

Author SHA1 Message Date
Lee Hambley
4acea20beb Strip trailing whitespace from all files
(That is [spaceliteraltab] to type a tab on the CLI do Ctrl+v, tab)

    git ls-files | xargs sed -i '' -e 's/[    ]*$//' ]'
2013-04-02 21:20:33 +02:00
Jacques Fuentes
d87ac93908 Added test for updating config in shell 2012-12-29 15:31:30 -05:00
Jamis Buck
b4bd52826c fix tests to depend on a preset load path rather than an explicit require path in each 2008-04-25 09:21:12 -06:00
Jamis Buck
526782f55d Ensure that the default run options are mixed into the command options when executing a command from the cap shell (closes #11348)
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@9025 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-14 03:20:08 +00:00
Jamis Buck
9cd7ba4d5d search back up the directory tree for the default capfile if one is not found in the current directory
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6457 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-24 21:12:36 +00:00