From: Alex Henrie Date: Wed, 18 Sep 2019 07:02:04 +0000 (-0600) Subject: doc: fix reference to --ignore-submodules X-Git-Tag: v2.24.0-rc0~64^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d4304c124f6aef929f8f48c11dbbd071e9eaf59;p=thirdparty%2Fgit.git doc: fix reference to --ignore-submodules Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index a66e95b70c..b7f5e39d4c 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -90,7 +90,7 @@ of the superproject, the setting there will override the one found in .gitmodules. Both settings can be overridden on the command line by using the -"--ignore-submodule" option. The 'git submodule' commands are not +"--ignore-submodules" option. The 'git submodule' commands are not affected by this setting. --