Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10240 (closed enhancement: fixed)

Opened 11 months ago

Last modified 9 months ago

[PATCH] Update to git deploy/scm module for submodule support

Reported by: halorgium Assigned to: minam
Priority: normal Milestone: 2.x
Component: Capistrano Version: edge
Severity: normal Keywords: patch capistrano scm git submodules
Cc:

Description

I am using the submodule support within git to allow me to track rails edge and plugins in a similar fashion to svn:externals and piston.

This patch extends the git module to allow the user to enable submodule support.

Attachments

git_submodules.diff (2.1 kB) - added by halorgium on 11/22/07 01:58:14.

Change History

11/22/07 01:58:14 changed by halorgium

  • attachment git_submodules.diff added.

01/30/08 06:21:53 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [8755]) Add support for :git_enable_submodules variable, to enable submodules with git SCM (closes #10240)