My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa0f52
)
doc: fix reference to --ignore-submodules
author
Alex Henrie
<alexhenrie24@gmail.com>
Wed, 18 Sep 2019 07:02:04 +0000
(
01:02
-0600)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 18 Sep 2019 17:28:59 +0000
(10:28 -0700)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitmodules.txt
patch
|
blob
|
history
diff --git
a/Documentation/gitmodules.txt
b/Documentation/gitmodules.txt
index
a66e95b
..
b7f5e39
100644
(file)
--- 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-submodule
s
" option. The 'git submodule' commands are not
affected by this setting.
--