diff options
author | Heiko Voigt <hvoigt@hvoigt.net> | 2012-05-14 19:32:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-14 11:14:07 -0700 |
commit | cb2df369804e9633f21f00be5ffb1a581955c956 (patch) | |
tree | 91ed2c53a88fccf23dea06c1eccffa6f5d7be8f0 /Documentation/git-submodule.txt | |
parent | 79135e4c229ff02d9315fc2ac822b1316eb3e877 (diff) | |
download | git-cb2df369804e9633f21f00be5ffb1a581955c956.tar.gz |
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 <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r-- | Documentation/git-submodule.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index c83a856574..9e488c0aad 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -43,9 +43,9 @@ if you choose to go that route. Submodules are composed from a so-called `gitlink` tree entry in the main repository that refers to a particular commit object within the inner repository that is completely separate. -A record in the `.gitmodules` file at the root of the source -tree assigns a logical name to the submodule and describes -the default URL the submodule shall be cloned from. +A record in the `.gitmodules` (see linkgit:gitmodules[5]) file at the +root of the source tree assigns a logical name to the submodule and +describes the default URL the submodule shall be cloned from. The logical name can be used for overriding this URL within your local repository configuration (see 'submodule init'). |