If a submodule is used to seperate some bigger parts of a project into an optional directory it is helpful to not clone/update them by default. This series implements a new value 'none' for submodule.<name>.update. If this option is set a submodule will not be updated or cloned by default. If the user wants to work with the submodule he either needs to explicitely configure the update option to 'checkout' or pass --checkout as an option to the submodules. I chose this name to be consistent with the existing --merge/--rebase options. What do you think about this approach? If we agree that this is the correct way to approach this use case I would proceed to implement tests and documentation. Cheers Heiko Heiko Voigt (2): submodule: move update configuration variable further up add update 'none' flag to disable update of submodule by default git-submodule.sh | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) -- 1.7.5.1.219.g4c6b2 -- 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