diff options
author | Thomas Menzel <dev@tomsit.de> | 2020-01-06 14:50:13 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-06 09:24:46 -0800 |
commit | 5814d44d9b799764332b10413861537e9a88fb42 (patch) | |
tree | 3f74bfacc2c4af810fffbdd8d2b6b3af947ea877 /Documentation | |
parent | Git 2.20.2 (diff) | |
download | tgif-5814d44d9b799764332b10413861537e9a88fb42.tar.xz |
doc: submodule: fix typo for command absorbgitdirs
The sentence wants to talk about the superproject's possesive, not plural form.
Signed-off-by: Thomas Menzel <dev@tomsit.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index ba3c4df550..f86ad63a41 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -226,7 +226,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 |