Title says it. Now with patch all submodules get version checked nicely :)

Comments

halstead’s picture

Thank you for submitting this patch. I hope to test it soon. I'll need to set up some submodules first though.

eMPee584’s picture

Can be simply checked out like
git submodule add -f git://git.drupal.org/project/FOO.git sites/all/modules/FOO
However, 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.

Freso’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
Status: Needs review » Patch (to be ported)

Reviewed 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.

  • Freso committed d2ca387 on 8.x-2.x authored by eMPee584
    Bug #1341464: For git submodules .git will be a file: check file_exists...
darren oh’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)