"elonderin via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: elonderin <8225602+elonderin@xxxxxxxxxxxxxxxxxxxxxxxx> > > The sentence wants to talk about the superproject's possesive, not plural form. > > Signed-off-by: thomas menzel dev@xxxxxxxxx The author of the patch must sign-off, so the above three lines should look more like so: From: Thomas Menzel <dev@xxxxxxxxx> The sentence wants to talk about the superproject's possesive, not plural form. From: Thomas Menzel <dev@xxxxxxxxx> The content of the patch obviously is correct. Thanks. > --- > Documentation/git-submodule.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt > index 22425cbc76..5232407f68 100644 > --- a/Documentation/git-submodule.txt > +++ b/Documentation/git-submodule.txt > @@ -248,7 +248,7 @@ registered submodules, and sync any nested submodules within. > > absorbgitdirs:: > If a git directory of a submodule is inside the submodule, > - move the git directory of the submodule into its superprojects > + move the git directory of the submodule into its superproject's > `$GIT_DIR/modules` path and then connect the git directory and > its working directory by setting the `core.worktree` and adding > a .git file pointing to the git directory embedded in the