Heiko Voigt <hvoigt@xxxxxxxxxx> writes: > I am not sure what is the best way to create such a group mapping using > our config files though. I would like to allow multiple groups/views to > have the submodules like: > > [submodule "doc"] > path = Documentation > views = doc > > [submodule "help"] > path = help > views = doc > > [submodule "core"] > path = core > views = doc default > > [submodule "app"] > path = app > views = default > > What do you think? That, or alternatively: [submodule "doc"] path = Documentation [submodule "help"] path = help [submodule "core"] path = core [submodule "app"] path = app [view "default"] modules = core app [view "doc"] modules = core doc help Or even (mimicking the way how "git remote" defines remote groups): [submodule "doc"] path = Documentation [submodule "help"] path = help [submodule "core"] path = core [submodule "app"] path = app [submodule] default = core app doc = core doc help -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html