summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-17 06:03:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-17 06:03:21 (GMT)
commit6fbe42c7ee99b4cafa792b46a16b0158d305fe29 (patch)
tree8b23afd7b37aa3fd07d7d798c0f65df04aae91ec
parent50f22ada523f448986dd6273da14a477cea5a646 (diff)
downloadgit-6fbe42c7ee99b4cafa792b46a16b0158d305fe29.zip
git-6fbe42c7ee99b4cafa792b46a16b0158d305fe29.tar.gz
git-6fbe42c7ee99b4cafa792b46a16b0158d305fe29.tar.bz2
Documentation/git-submodule: refer to gitmodules(5)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-submodule.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 335e973..3f59705 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -68,7 +68,8 @@ FILES
When initializing submodules, a .gitmodules file in the top-level directory
of the containing repository is used to find the url of each submodule.
This file should be formatted in the same way as $GIR_DIR/config. The key
-to each submodule url is "submodule.$name.url".
+to each submodule url is "submodule.$name.url". See gitlink:gitmodules[5]
+for details.
AUTHOR