On Tue, 3 Mar 2020, Junio C Hamano wrote: > Damien Robert <damien.olivier.robert@xxxxxxxxx> writes: > > > Signed-off-by: Damien Robert <damien.olivier.robert+git@xxxxxxxxx> > > --- > > Documentation/config/submodule.txt | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/Documentation/config/submodule.txt b/Documentation/config/submodule.txt > > index 5962f41ead..74e691a487 100644 > > --- a/Documentation/config/submodule.txt > > +++ b/Documentation/config/submodule.txt > > @@ -63,6 +63,13 @@ submodule.recurse:: > > (`checkout`, `fetch`, `grep`, `pull`, `push`, `read-tree`, `reset`, > > `restore` and `switch`) except `clone` and `ls-files`. > > Defaults to false. > > + When set to true, it can be deactivated by calling > > + `--no-recurse-submodules`. Note that some Git commands without this > > You do not "call" an option [*1*]. Perhaps "... can be overriden by > passing the `--no-recurse-submodules` option from the command line." nooooooo ... my biggest gripe with documentation is the unnecessary use of superfluous words. :-) simply, "can be deactivated via the '--no-recurse-submodules' option." no one here's getting paid by the word. rday