summaryrefslogtreecommitdiffstats
path: root/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-17 08:26:13 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-17 08:26:13 +0000
commite66c6c037483e4dfbffa941c00b6d75f580b1f21 (patch)
treee0c3bbed2f36143e6ab98b620d82efcabb3c9928 /git-submodule.txt
parent42a2e2dbc541b5d6939f0d6c0c9174c717849d29 (diff)
downloadgit-htmldocs-e66c6c037483e4dfbffa941c00b6d75f580b1f21.tar.gz
Autogenerated HTML docs for v1.5.4-rc0-56-g6fbe
Diffstat (limited to 'git-submodule.txt')
-rw-r--r--git-submodule.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-submodule.txt b/git-submodule.txt
index 335e973a6..3f5970568 100644
--- a/git-submodule.txt
+++ b/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