diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-06-22 08:50:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-22 23:26:23 +0200 |
commit | 928f0ab4bae61954c27a77794d80c2332c8e816c (patch) | |
tree | 786977d843634899a64cecd6f51fcf669062035f /Documentation/gitsubmodules.txt | |
parent | Git 2.18 (diff) | |
download | git-928f0ab4bae61954c27a77794d80c2332c8e816c.tar.xz git-928f0ab4bae61954c27a77794d80c2332c8e816c.zip |
Documentation: spelling and grammar fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitsubmodules.txt')
-rw-r--r-- | Documentation/gitsubmodules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitsubmodules.txt b/Documentation/gitsubmodules.txt index 3b9faabdbb..504c5f1a88 100644 --- a/Documentation/gitsubmodules.txt +++ b/Documentation/gitsubmodules.txt @@ -194,7 +194,7 @@ In the above config only the submodule 'bar' and 'baz' are active, Note that (c) is a historical artefact and will be ignored if the (a) and (b) specify that the submodule is not active. In other words, -if we have an `submodule.<name>.active` set to `false` or if the +if we have a `submodule.<name>.active` set to `false` or if the submodule's path is excluded in the pathspec in `submodule.active`, the url doesn't matter whether it is present or not. This is illustrated in the example that follows. |