> Le 20 mars 2020 à 17:37, Damien Robert <damien.olivier.robert@xxxxxxxxx> a écrit : > > + When set to true, it can be deactivated via the > + `--no-recurse-submodules` option. Note that some Git commands > + without this option may call some of the above commands affected by For clarity I'd write "some Git commands lacking this option" instead, as "without this option" *could* be interpreted as "invoked without this option". > + `submodule.recurse`; for instance `git remote update` will call > + `git fetch` but does not have a `--no-recurse-submodules` option. > + In this case a solution I'm not sure "solution" is the best word here, maybe: "For these commands a workaround is to temporarily change the configuration..." Note: s/temporary/temporarily/ > is to temporary change the configuration > + value by using `git -c submodule.recurse=0`.