Closed (outdated)
Project:
Git Deploy
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2011 at 20:53 UTC
Updated:
16 Mar 2020 at 05:28 UTC
Jump to comment: Most recent
Comments
Comment #1
halstead commentedThank you for submitting this patch. I hope to test it soon. I'll need to set up some submodules first though.
Comment #2
eMPee584 commentedCan be simply checked out like
git submodule add -f git://git.drupal.org/project/FOO.git sites/all/modules/FOOHowever, submodules get bound to the parent git (of course) which has proven not really useful for staying on the bleeding edge of everything.. so i turned stupid git submodules into individual repos and work with that now. However, patch still valid.
Comment #3
Freso commentedReviewed and committed to 7.x-2.x. Thanks!
I'm guessing this needs to go into 6.x-2.x as well, so moving there.
Comment #5
darren oh