summaryrefslogtreecommitdiffstats
path: root/gitsubmodules.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitsubmodules.html')
-rw-r--r--gitsubmodules.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/gitsubmodules.html b/gitsubmodules.html
index c98b3c2e1..f125266d3 100644
--- a/gitsubmodules.html
+++ b/gitsubmodules.html
@@ -843,7 +843,7 @@ Access control:
<p>
The command line for those commands that support taking submodules
as part of their pathspecs. Most commands have a boolean flag
- <code>--recurse-submodules</code> which specify whether to recurse into submodules.
+ <code>--recurse-submodules</code> which specifies whether to recurse into submodules.
Examples are <code>grep</code> and <code>checkout</code>.
Some commands take enums, such as <code>fetch</code> and <code>push</code>, where you can
specify how submodules are affected.
@@ -983,7 +983,7 @@ if <code>submodule.&lt;name&gt;.url</code> is set.
[submodule "baz"]
url = https://example.org/baz</code></pre>
</div></div>
-<div class="paragraph"><p>In the above config only the submodule <em>bar</em> and <em>baz</em> are active,
+<div class="paragraph"><p>In the above config only the submodules <em>bar</em> and <em>baz</em> are active,
<em>bar</em> due to (1) and <em>baz</em> due to (3). <em>foo</em> is inactive because
(1) takes precedence over (3)</p></div>
<div class="paragraph"><p>Note that (3) is a historical artefact and will be ignored if the
@@ -1092,7 +1092,7 @@ will not be checked out by default; you can instruct <code>clone</code> to recur
into submodules. The <code>init</code> and <code>update</code> subcommands of <code>git submodule</code>
will maintain submodules checked out and at an appropriate revision in
your working tree. Alternatively you can set <code>submodule.recurse</code> to have
-<code>checkout</code> recursing into submodules (note that <code>submodule.recurse</code> also
+<code>checkout</code> recurse into submodules (note that <code>submodule.recurse</code> also
affects other Git commands, see <a href="git-config.html">git-config(1)</a> for a complete list).</p></div>
</div>
</div>
@@ -1113,7 +1113,7 @@ affects other Git commands, see <a href="git-config.html">git-config(1)</a> for
<div id="footer">
<div id="footer-text">
Last updated
- 2021-12-10 14:52:02 PST
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>