Re: [WIP/PATCH 3/9] Teach checkout the --[no-]recurse-submodules option

2014-02-07 Thread Jens Lehmann
Am 03.02.2014 23:56, schrieb Junio C Hamano: Jens Lehmann jens.lehm...@web.de writes: +set_config_update_recurse_submodules( + parse_update_recurse_submodules_arg(--recurse-submodules-default, +recurse_submodules_default), +

[WIP/PATCH 3/9] Teach checkout the --[no-]recurse-submodules option

2014-02-03 Thread Jens Lehmann
This new option will allow the user to not only update the work tree of the superproject according to the checked out commit but to also update the work tree of all initialized submodules (so they match the SHA-1 recorded in the superproject). But this commit only adds the option without any

Re: [WIP/PATCH 3/9] Teach checkout the --[no-]recurse-submodules option

2014-02-03 Thread Junio C Hamano
Jens Lehmann jens.lehm...@web.de writes: + set_config_update_recurse_submodules( + parse_update_recurse_submodules_arg(--recurse-submodules-default, + recurse_submodules_default), + recurse_submodules); I think I