summaryrefslogtreecommitdiff
path: root/Documentation/gitmodules.txt
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2019-09-18 07:02:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-09-18 17:28:59 (GMT)
commit0d4304c124f6aef929f8f48c11dbbd071e9eaf59 (patch)
tree93330fa74f2fba17c37dffd1390ad163d37be645 /Documentation/gitmodules.txt
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9 (diff)
downloadgit-0d4304c124f6aef929f8f48c11dbbd071e9eaf59.zip
git-0d4304c124f6aef929f8f48c11dbbd071e9eaf59.tar.gz
git-0d4304c124f6aef929f8f48c11dbbd071e9eaf59.tar.bz2
doc: fix reference to --ignore-submodules
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitmodules.txt')
-rw-r--r--Documentation/gitmodules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
index a66e95b..b7f5e39 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.
--