Skip to content

Commit cb2df36

Browse files
hvoigtgitster
authored andcommitted
link to gitmodules page at the beginning of git-submodule documentation
This way the user does not have to scroll down to the bottom to find it. Signed-off-by: Heiko Voigt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 79135e4 commit cb2df36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-submodule.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ if you choose to go that route.
4343
Submodules are composed from a so-called `gitlink` tree entry
4444
in the main repository that refers to a particular commit object
4545
within the inner repository that is completely separate.
46-
A record in the `.gitmodules` file at the root of the source
47-
tree assigns a logical name to the submodule and describes
48-
the default URL the submodule shall be cloned from.
46+
A record in the `.gitmodules` (see linkgit:gitmodules[5]) file at the
47+
root of the source tree assigns a logical name to the submodule and
48+
describes the default URL the submodule shall be cloned from.
4949
The logical name can be used for overriding this URL within your
5050
local repository configuration (see 'submodule init').
5151

0 commit comments

Comments
 (0)