aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-08 12:44:12 -0800
committerJunio C Hamano <gitster@pobox.com>2020-01-08 12:44:12 -0800
commita4e4140ac909f0466af239fde2199a11d81bd751 (patch)
tree454bb0c883dfc1376b31cd267cee4865df805200 /Documentation/git-submodule.txt
parent202f68b252d3d4bcd6d02c0c135dc64e35348679 (diff)
parent5814d44d9b799764332b10413861537e9a88fb42 (diff)
downloadgit-a4e4140ac909f0466af239fde2199a11d81bd751.tar.gz
Merge branch 'tm/doc-submodule-absorb-fix'
Typofix. * tm/doc-submodule-absorb-fix: doc: submodule: fix typo for command absorbgitdirs
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r--Documentation/git-submodule.txt2
1 files changed, 1 insertions, 1 deletions
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