Code

Documentation/git-submodule: refer to gitmodules(5)
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Dec 2007 06:03:21 +0000 (22:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Dec 2007 06:03:21 +0000 (22:03 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt

index 335e973a6a1d5350c1558eb68985ffe812c09212..3f59705686cf1f9605fa9c76e8009cd2a482cd9e 100644 (file)
@@ -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