]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fix grammar errors in submodule description main master
authorElijah Newren <newren@gmail.com>
Thu, 16 Apr 2026 23:36:31 +0000 (23:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Apr 2026 04:22:01 +0000 (21:22 -0700)
6cc6d1b4c699 (Documentation: update add --force option + ignore=all
config, 2026-02-06) added text describing both the ignore=none and
ignore=all behaviors.  The former had minor formatting and grammatical
errors, while the latter was a bit garbled.  I have tried to tweak the
wording on the latter to make it read as I think was intended, and fixed
the minor grammatical issues with both as well.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/submodule.adoc
Documentation/gitmodules.adoc

index 8dacb852c7bf99926a0196df3fa5b2681a8e9f18..4c424017b4821e35a07765456e6d3ef0c365cd3d 100644 (file)
@@ -40,7 +40,7 @@ submodule.<name>.ignore::
        takes only differences between the HEAD of the submodule and the commit
        recorded in the superproject into account. "untracked" will additionally
        let submodules with modified tracked files in their work tree show up.
-       When set to "none"(default) It also show submodules as changed if they have
+       When set to "none" (default) it also shows submodules as changed if they have
        untracked files in their work tree.
        This setting overrides any setting made in .gitmodules for this submodule,
        both settings can be overridden on the command line by using the
index 3792da96aa2ba7cd34e23710679cf78a6971ade8..fd96639806ea3de5307044246adc806b3ff48951 100644 (file)
@@ -70,10 +70,10 @@ submodule.<name>.ignore::
 --
        all;; The submodule will never be considered modified (but will
            nonetheless show up in the output of status and commit when it has
-           been staged). Add `(new commits)` can be overruled using the
-           `git add --force <submodule.path>`.
-               The setting affects `status`, `update-index`, `diff` and `log`(due
-               to underlaying `diff`).
+           been staged).  Adding a submodule with `(new commits)` can be
+           overridden using `git add --force <submodule.path>`.
+           This setting affects `status`, `update-index`, `diff` and `log`
+           (due to underlying `diff`).
 
        dirty;; All changes to the submodule's work tree will be ignored, only
            committed differences between the `HEAD` of the submodule and its