Merge branch 'ah/doc-submodule-ignore-submodules'

Docfix.

* ah/doc-submodule-ignore-submodules:
  doc: fix reference to --ignore-submodules
This commit is contained in:
Junio C Hamano
2019-10-07 11:33:00 +09:00

View File

@ -90,7 +90,7 @@ of the superproject, the setting there will override the one found in
.gitmodules. .gitmodules.
Both settings can be overridden on the command line by using the 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. affected by this setting.
-- --