exlinc / mdlr

MDLR ("Modular") gives you declarative and easy Git 'submodules without the pain of submodules'
Apache License 2.0
29 stars 2 forks source link

Added recurse submodules #13

Closed cyborch closed 4 years ago

cyborch commented 5 years ago

Recurse submodules by default.

Imported modules may be using git submodules, and hence it makes sense to recurse submodules by default to make a mdlr import operation perform all the required steps to get the submodule including dependencies.

BarbzYHOOL commented 5 years ago

@exlinc