Skip to content

Commit b429f8e

Browse files
committed
gitmodules: link to gitsubmodules guide
Presently in the manpages git-submodule[1] links to gitsubmodules[7] and gitmodules[5], gitsubmodules[7] links to git-submodule[1] and gitmodules[5], but gitmodules[5] only link to git-submodule[1] (and git-config[1]). Add a link to gitsubmodules[7] in gitmodules[5], so that a person stumbling upon gitmodules[5] can quickly access gitsubmodules[7], which has a more high-level overview of submodule usage. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
1 parent 559c6fc commit b429f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitmodules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ submodules a URL is specified which can be used for cloning the submodules.
121121

122122
SEE ALSO
123123
--------
124-
linkgit:git-submodule[1] linkgit:git-config[1]
124+
linkgit:git-submodule[1], linkgit:gitsubmodules[7], linkgit:git-config[1]
125125

126126
GIT
127127
---

0 commit comments

Comments
 (0)