Hi, On Mon, Nov 05, 2012 at 05:30:51PM +0100, Francis Moreau wrote: > I'm wondering why the --init option from git-submodule-update is not > at least the defaut. Or even wilder, why this option exists at all and > git-submodule-update always behave like --init was always passed. That was a design decision. People may not be interested in all submodules but just a subset they are working with. E.g. think of a large media directory as a submodule the developers might not be interested in having it around all the time because only the designers are heavily working with it. So the rationale is that you should ask for a certain submodule to be initialized to get it. If there is demand for it we could of course think about offering a config option in .gitmodules to allow enabling it by default for some submodules. Cheers Heiko -- 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